summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/databases/access.py
Commit message (Expand)AuthorAgeFilesLines
* merge 0.6 series to trunk.Mike Bayer2009-08-061-443/+0
* extract() is now dialect-sensitive and supports SQLite and others.Jason Kirtland2009-03-301-1/+19
* 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-3/+1
* Corrected problem in access dialect that was still referring to the old colum...Michael Trier2008-11-101-2/+2
* Corrected problems with Access dialect. Corrected issue with reflection due t...Michael Trier2008-11-091-1/+6
* - 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
* - 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/+2
* Columns now have default= and server_default=. PassiveDefault fades away.Jason Kirtland2008-05-141-10/+10
* r4695 merged to trunk; trunk now becomes 0.5.Mike Bayer2008-05-091-8/+8
* - 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