summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/databases/sybase.py
Commit message (Expand)AuthorAgeFilesLines
* merged r4870 from 0.4 branch, index name truncation, [ticket:820]Mike Bayer2008-06-221-1/+1
* Columns now have default= and server_default=. PassiveDefault fades away.Jason Kirtland2008-05-141-1/+1
* r4695 merged to trunk; trunk now becomes 0.5.Mike Bayer2008-05-091-11/+11
* - Fixed a couple pyflakes, cleaned up imports & whitespaceJason Kirtland2008-02-141-1/+1
* - Warnings are now issued as SAWarning instead of RuntimeWarning; util.warn()...Jason Kirtland2008-01-111-2/+3
* Include column name in length-less String warning (more [ticket:912])Jason Kirtland2008-01-101-48/+48
* redid the _for_ddl String/Text deprecation warning correctly [ticket:912]Mike Bayer2008-01-091-1/+1
* - changed name of TEXT to Text since its a "generic" type; TEXT name isMike Bayer2008-01-051-2/+2
* - named_with_column becomes an attributeMike Bayer2007-11-251-9/+3
* - all kinds of cleanup, tiny-to-slightly-significant speed improvementsMike Bayer2007-11-241-5/+2
* - sybase cleanups: unused imports, adjusted docstrings, trailing whitespaceJason Kirtland2007-10-131-110/+119
* - initial sybase support checkin, [ticket:785]Mike Bayer2007-10-101-0/+875