| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | adjusting firebird, obviously needs someone to test | Mike Bayer | 2007-09-01 | 1 | -5/+4 |
* | factored out uses_sequences_for_inserts() into | Mike Bayer | 2007-09-01 | 1 | -3/+1 |
* | - got all examples working | Mike Bayer | 2007-09-01 | 1 | -1/+4 |
* | engine.url cleanups [ticket:742] | Jason Kirtland | 2007-08-29 | 1 | -1/+1 |
* | - method call removal | Mike Bayer | 2007-08-20 | 1 | -9/+5 |
* | 1. Module layout. sql.py and related move into a package called "sql". | Mike Bayer | 2007-08-18 | 1 | -25/+17 |
* | switch (simple) occurences of 'if len(x)' to 'if x': find . -name '*.py' |xar... | Jonathan Ellis | 2007-08-03 | 1 | -1/+1 |
* | engine.table_names() | Jonathan Ellis | 2007-07-29 | 1 | -0/+4 |
* | merging 0.4 branch to trunk. see CHANGES for details. 0.3 moves to maintena... | Mike Bayer | 2007-07-27 | 1 | -26/+31 |
* | - some execution fixes | Mike Bayer | 2007-05-30 | 1 | -13/+5 |
* | turned off supports_sane_rowcount until someone wants to fix #370 | Mike Bayer | 2007-05-25 | 1 | -1/+1 |
* | - set max identifier length to 31 | Mike Bayer | 2007-05-08 | 1 | -0/+3 |
* | added "is_disconnect()" for firebird | Mike Bayer | 2007-04-18 | 1 | -0/+6 |
* | - the dialects within sqlalchemy.databases become a setuptools | Mike Bayer | 2007-04-17 | 1 | -3/+5 |
* | - merged the "execcontext" branch, refactors engine/dialect codepaths | Mike Bayer | 2007-04-02 | 1 | -50/+23 |
* | migrated (most) docstrings to pep-257 format, docstring generator using strai... | Mike Bayer | 2007-02-25 | 1 | -6/+12 |
* | - added "schema" argument to all has_table() calls, only supported so far by PG | Mike Bayer | 2007-02-04 | 1 | -1/+1 |
* | copyright update | Mike Bayer | 2007-01-05 | 1 | -1/+1 |
* | - Firebird fix to autoload multifield foreign keys [ticket:409] | Mike Bayer | 2007-01-03 | 1 | -52/+70 |
* | various huge fixes from [ticket:330], thanks to Lele Gaifax | Mike Bayer | 2006-10-19 | 1 | -16/+48 |
* | - a fair amount of cleanup to the schema package, removal of ambiguous | Mike Bayer | 2006-10-14 | 1 | -2/+2 |
* | - remove spurious semicomma from Firebird SQL statement (Lele Gaifax) | Mike Bayer | 2006-10-13 | 1 | -2/+2 |
* | some cleanup submitted by Lele Galifax | Mike Bayer | 2006-10-13 | 1 | -6/+0 |
* | assorted firebird fixes from Lele Gaifax | Mike Bayer | 2006-10-07 | 1 | -4/+14 |
* | - postgres reflection moved to use pg_schema tables, can be overridden | Mike Bayer | 2006-08-21 | 1 | -3/+3 |
* | [ticket:268] | Mike Bayer | 2006-08-12 | 1 | -17/+69 |
* | quoting facilities set up so that database-specific quoting can be | Mike Bayer | 2006-08-12 | 1 | -2/+8 |
* | [ticket:256] propigating url.query arguments to connect() function for all db's | Mike Bayer | 2006-07-25 | 1 | -0/+4 |
* | overhaul to schema, addition of ForeignKeyConstraint/ | Mike Bayer | 2006-07-14 | 1 | -5/+1 |
* | ordering of UPDATE and DELETE statements within groups is now | Mike Bayer | 2006-07-03 | 1 | -1/+1 |
* | firebird patch with support for type_conv | Mike Bayer | 2006-06-28 | 1 | -8/+16 |
* | added "NonExistentTable" exception throw to reflection, courtesy lbruno@repub... | Mike Bayer | 2006-06-06 | 1 | -0/+5 |
* | adjustment to datetime | Mike Bayer | 2006-06-02 | 1 | -1/+4 |
* | brad clement's 0.2 firebird support ! | Mike Bayer | 2006-06-01 | 1 | -70/+112 |
* | merged 0.2 branch into trunk; 0.1 now in sqlalchemy/branches/rel_0_1 | Mike Bayer | 2006-05-25 | 1 | -19/+22 |
* | Implemented the changes from ticket 94 | jralston | 2006-05-23 | 1 | -22/+19 |
* | moves the binding of a TypeEngine object from "schema/statement creation" tim... | Mike Bayer | 2006-04-06 | 1 | -1/+1 |
* | refactor to Compiled.get_params() to return new ClauseParameters object, a mo... | Mike Bayer | 2006-03-13 | 1 | -13/+2 |
* | removed the dependency of ANSICompiler on SQLEngine. you can now make ANSICo... | Mike Bayer | 2006-03-04 | 1 | -1/+1 |
* | firebird module initial checkin | Mike Bayer | 2006-03-04 | 1 | -0/+282 |