Question : I heard from a podcast that there are no ORMs that have a good solution for execution plan […]
Tag: orm
Join second table based on third table with conditions
Question : I”m using Doctrine for a website that has 3 tables to connect together. In simplest terms, they look […]
SQL Server and NHibernate – blocking occurs between two unrelated queries (distributed transactions)
Question : there’s a problem that I’m seeking your help with… There are two simple queries: DELETE a row from […]
When using an ORM, what are some things to watch out for in your database design
Question : What are some database design gotchas to watch out for when you know the database will be accessed […]
What’s the overhead of updating all columns, even the ones that haven’t changed [closed]
Question : Closed. This question needs to be more focused. It is not currently accepting answers. Want to improve this […]
Effectively modelling extended classes
Question : I have 3 different types of content for a website, ‘Article’, ‘Video’, ‘Review’. Each of those three types […]
Java application unable to access Blob stream in Oracle after upgrade to 11g
Question : This issue below might be an application problem, but I cannot seem to rule out a poor database […]
Do I need foreign keys in ORMs?
Question : Object Relational Mapping (take ActiveRecord and Rails, for example) allows a programmer to define relations between models, and […]
Is there an equivalent sql check to python’s concept of truthy / falsy / bool?
Question : I’m trying to find the usage of particular columns in a mysql database connected to python. Python counts […]
Is there a non-syntactical guide for naming database columns? [closed]
Question : Closed. This question is opinion-based. It is not currently accepting answers. Want to improve this question? Update the […]