summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/databases/access.py
Commit message (Expand)AuthorAgeFilesLines
* - Fixed a couple pyflakes, cleaned up imports & whitespaceJason Kirtland2008-02-141-1/+1
* Strip schema from access tablesPaul Johnston2008-02-081-0/+7
* Include column name in length-less String warning (more [ticket:912])Jason Kirtland2008-01-101-1/+1
* 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-3/+3
* Make access dao detecting more reliable #828Paul Johnston2007-10-261-3/+9
* A few fixes to the access dialectPaul Johnston2007-10-121-31/+22
* - merged inline inserts branchMike Bayer2007-09-011-1/+1
* engine.url cleanups [ticket:742]Jason Kirtland2007-08-291-7/+5
* added stub/import tests for all dialectsJason Kirtland2007-08-211-3/+3
* - method call removalMike Bayer2007-08-201-6/+6
* pyflakes mop-upJason Kirtland2007-08-191-0/+1
* 1. Module layout. sql.py and related move into a package called "sql".Mike Bayer2007-08-181-4/+4
* - merged "fasttypes" branch. this branch changes the signatureMike Bayer2007-08-141-32/+40
* Removed unused imports, other import adjustments per pyflakesJason Kirtland2007-08-131-4/+6
* Add initial version of MS Access supportPaul Johnston2007-08-051-0/+417