Results 7 comments of Lawrence Selvy

Has there been any progress on this? A data-intensive application I am working on needs it. If there hasn't been much done, I plan to start tackling this for at...

So I have a working piece of code that reverse engineers orm models from a PostgreSQL database. I need to generalize this and write tests for it, but I do...

What does dresende think about this? It would add a dependency to the library.

Currently the code is implemented as a script. It currently is not specifically integrated with sql-ddl-sync. The code is entirely dependent on ORM and does raw queries to inspect the...

@dxg I am working on generalizing the script right now. Basically it just uses the meta-data catalogs (information_schema databases/schema) for the SQL databases and fill in everything that it can...

Alright, sounds good. I'll work on getting the script working with sql-ddl-sync. On Feb 28, 2014 7:07 PM, "Diogo Resende" [email protected] wrote: > First, you suggest or request the changes...

Can you give an example or some more clarification? Are you talking about an "in" clause in a where clause like below? ``` sql SELECT * FROM table WHERE table_column...