multi-query
NHibernate second-level caching with multi-query
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[详细]
2023-04-03 11:08 分类:问答Filter on a list of tags
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[详细]
2023-04-01 20:15 分类:问答Is there an equivalent for MySQL's "multi_query()" in PDO?
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[详细]
2023-03-23 14:21 分类:问答NHibernate Multiquery for eager loading without joins
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[详细]
2023-02-24 05:49 分类:问答having trouble with getting rows back from msqli::multi_query
I\'ve got an sql query that contains a number of statements. It: sets a user variable calls a stored procedure[详细]
2023-01-12 04:48 分类:问答How best to encrypt/decrypt SQL Server data to prevent even developers from seeing it?
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[详细]
2022-12-21 17:36 分类:问答