summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/databases/sybase.py
Commit message (Expand)AuthorAgeFilesLines
* - 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