google-code-export / pymssql

Automatically exported from code.google.com/p/pymssql
GNU Lesser General Public License v2.1
0 stars 0 forks source link

Co-ordinate with SQLAlchemy team on workarounds/limitations #44

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
SQLAlchemy is aware of limitations for 1.x branch:

http://www.sqlalchemy.org/docs/dialects/mssql.html#limitations

and their dialect classes actually enforce at least one of these (30 char 
identifiers).  We need to communicate with SA team and maybe even offer patches 
once we stabilize 2.0 code so that pymssql isn't artificially hindered by SA.

Original issue reported on code.google.com by rsyr...@gmail.com on 12 Apr 2011 at 11:07

GoogleCodeExporter commented 9 years ago
Beginning this:

http://groups.google.com/group/sqlalchemy-devel/browse_thread/thread/757ac7b73c4
99e19

Original comment by rsyr...@gmail.com on 3 May 2011 at 7:44

GoogleCodeExporter commented 9 years ago
SA has removed the 30 char limit:

https://bitbucket.org/sqlalchemy/sqlalchemy/commits/d5fcb7b91bc16ebb22ca1e34e6a7
34923d6495a8

They note our API is in flux...thats a nice way of saying we need to get our 
act together.  :)

Original comment by rsyr...@gmail.com on 4 Jan 2013 at 1:55