Skip to content
#

linq

Here are 636 public repositories matching this topic...

erizzo
erizzo commented Oct 21, 2019

When using the "hbm2ddl.auto" property in a Configuration and then calling Configuration.BuildSessionFactory(), SessionFactoryImpl creates and invokes a SchemaExport. Problem is, any errors/exceptions that come from that SchemaExport execution are ignored by SessionFactoryImpl. There should be a way for them to be exposed to calling code so the application can decide what to do.
In fact it seems

deusaquilus
deusaquilus commented Aug 22, 2019

This pattern works and allows you to use run-time specified schemas, so I think it should be documented:

def myQuery[T:SchemaMeta] = quote { query[T] }
case class Person(id:Int, name:String)
run(myQuery[Person])
// SELECT x.id, x.name FROM Person x

(If we choose to some-day support Java-beans, it may also be useful for that)

@getquill/maintainers

jrgcubano
jrgcubano commented Apr 17, 2018

On a general level I am not an expert in NHibernate or FluentNHibernate. I need your help to collect all the improvements and bugs that have been lost in the past and are relevant, and the following NHibernate improvements.

We can just break down everything in Features, Improvements and Bugs. If a new idea or bug just open a issue, if not leave here the reference to the issue or PR (example: #1

Improve this page

Add a description, image, and links to the linq topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the linq topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.