-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Schema support #45
Comments
This is more or less what I was looking for: From ISO/IEC 9075-1 4.3 Tables |
This was also interesting: 8.6.1 Requirements for SQL applications |
I did a patch for ZF to add support to catalogs (similar to schemas) on MSSQL: http://framework.zend.com/issues/browse/ZF-6665. Should be easy. It is also possible to emulate the "foo.bar" notation on SQLite using the ATTACH DATABASE command. It is even possible to attach another :memory: database. Testing for the query construction is feasible =) |
Hello, I wonder how this implementation to support schemas? Hold and hug .. |
The bits I was allowed to see from the ANS SQL standard ISO/IEC 9075, was the results from a search query for "SQL table name" and I quote.
At #36 @robinson-rso raised an interesting question, can we handle schemas. Which is at first I thought nothing strange of surely PDO will take care of that, but does it?
PostgreSQL's use of schemas is not all that different to using multiple MySQL databases simultaneously where you would prefix the table name with the database name.
The following tasks items should be actioned.
if not
@Respect and the friends of Respect what are your thoughts on this?
Please help with suggestions, research and test results.
The text was updated successfully, but these errors were encountered: