We\'re extensively using NHibernate multi-query functionality and experiencing strange behavior. Seems like NHibernate does not cache multiqueries and they always hit the database. We\'re using QueryO
I\'m trying to开发者_如何学编程 select all the songs in my Django database whose tag is any of those in a given list. There is a Song model, a Tag model, and a SongTag model (for the many to many rela
I like assembling multiple SQL queries into one string and executing them sim开发者_StackOverflowultaneously to ensure that they are executed atomically. I can\'t seem to do this with PDO like I could
Is it possible to use a multiquery and have two hql queries returning two different sets of entities where one of the sets are used in the other and that the session \"fixes\" this via the first level
I\'ve got an sql query that contains a number of statements. It: sets a user variable calls a stored procedure
Here\'s an interesting problem, and I\'m looking for a pattern that will keep it all workable. I am building a smart-client app for a school system.It will contain information about students includin