Questions tagged as 'orm'

1
answer

Working with multiple databases from the same class model

I'm new to Python and I need to implement a solution that every system user must have a separate database, briefly what I need is something like db1 = Persistencia('mysql', 'usuario','minhasenha', '192.168.0.1','banco1') db2 = Persistencia...
asked by 23.07.2015 / 23:14
0
answers

Remove () from Entity Framework 6 only works when re-creating the connection

I'm creating an application using EF6 and I came across a problem. I'm using the repository concept, and when I run a delete (context.remove (obj)) and after that I reload the list and the datagrid, I realize that delete has not yet worked. So d...
asked by 27.02.2015 / 13:26
1
answer

CakePHP 3 - Problem with Nested Eager Loading

I have the following table structure: Users Tools Groups All of them have many to many associations And I already have the pivot tables: groups_tools groups_users tools_users I'm trying to do the following query: Table...
asked by 13.07.2015 / 17:16