summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/databases/sybase.py
Commit message (Expand)AuthorAgeFilesLines
* NotSupportedError is a DBAPI wrapper which takes four args and is expected to...Mike Bayer2009-01-111-2/+2
* found some more _Function->FunctionMike Bayer2009-01-021-1/+1
* - Reflected foreign keys will properly locateMike Bayer2008-12-261-1/+1
* removed the "create_execution_context()" method from dialects and replacedMike Bayer2008-12-191-10/+6
* - "not equals" comparisons of simple many-to-one relationMike Bayer2008-10-181-1/+1
* - The 'length' argument to all Numeric types has been renamedMike Bayer2008-08-241-4/+4
* - Temporarily rolled back the "ORDER BY" enhancementMike Bayer2008-08-061-1/+0
* - compiler visit_label() checks a flag "within_order_by" and will render its ...Mike Bayer2008-08-031-0/+1
* - Removed 2.3 set emulations/enhancements.Jason Kirtland2008-07-151-1/+1
* - re-fixed the fix to the prefixes fixMike Bayer2008-07-061-10/+1
* 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