| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | - [bug] Adjusted a very old bugfix which attempted | Mike Bayer | 2012-09-19 | 1 | -4/+6 |
| * | -whitespace bonanza, contd | Mike Bayer | 2012-07-28 | 1 | -58/+58 |
| * | add a note about sqlites lack of concurrency by design, [ticket:2447] | Mike Bayer | 2012-05-17 | 1 | -0/+32 |
| * | - [feature] Added SQLite execution option | Mike Bayer | 2012-05-04 | 1 | -10/+17 |
| * | - [feature] Inspector.get_primary_keys() is | Mike Bayer | 2012-04-24 | 1 | -2/+2 |
| |\ |
|
| | * | deprecate inspector.get_primary_keys() in favor of inspector.get_pk_constraint() | Diana Clarke | 2012-04-02 | 1 | -2/+2 |
| * | | - [feature] the SQLite date and time types | Mike Bayer | 2012-04-24 | 1 | -43/+85 |
| |\ \
| |/
|/| |
|
| | * | Improve SQLite DATETIME storage format handling [ticket:2363] | Nathan Wright | 2012-03-12 | 1 | -43/+85 |
| * | | typoes in lib/sqlalchemy/dialects | Diana Clarke | 2012-03-17 | 1 | -6/+6 |
| |/ |
|
| * | - [bug] A significant change to how labeling | Mike Bayer | 2012-02-05 | 1 | -15/+10 |
| * | then merge this | Mike Bayer | 2012-01-28 | 1 | -1/+1 |
| |\ |
|
| | * | - [feature] Dialect-specific compilers now raise | Mike Bayer | 2012-01-28 | 1 | -1/+1 |
| * | | - [bug] removed an erroneous "raise" in the | Mike Bayer | 2012-01-28 | 1 | -3/+0 |
| |/ |
|
| * | - [feature] Added "false()" and "true()" expression | Mike Bayer | 2012-01-18 | 1 | -0/+6 |
| * | that's not a "name=0", that's a counter. so name is None unconditonally. | Mike Bayer | 2012-01-07 | 1 | -6/+4 |
| * | - [bug] the "name" of an FK constraint in SQLite | Mike Bayer | 2012-01-07 | 1 | -0/+2 |
| * | happy new year | Mike Bayer | 2012-01-04 | 1 | -1/+1 |
| * | add BEGIN workaround to pysqlite docs, [ticket:2219] | Mike Bayer | 2011-12-06 | 1 | -1/+3 |
| * | link date/time classes correctly, helps [ticket:2244] | Mike Bayer | 2011-08-04 | 1 | -1/+1 |
| * | - SQLite dialect no longer strips quotes | Mike Bayer | 2011-07-28 | 1 | -4/+6 |
| * | - Accept None from SQLite cursor.fetchone() when | Mike Bayer | 2011-06-04 | 1 | -1/+11 |
| * | random cleanup | Mike Bayer | 2011-05-04 | 1 | -1/+2 |
| * | - Fixed bug where reflection of foreign key | Mike Bayer | 2011-04-10 | 1 | -0/+4 |
| * | - REAL has been added to the core types. Supported | Mike Bayer | 2011-04-05 | 1 | -3/+2 |
| * | - Documented SQLite DATE/TIME/DATETIME types. | Mike Bayer | 2011-03-27 | 1 | -1/+101 |
| * | - some doc reorg | Mike Bayer | 2011-03-17 | 1 | -1/+1 |
| * | - execution_options() on Connection accepts | Mike Bayer | 2011-01-16 | 1 | -1/+1 |
| * | - factor consistent set_isolation_level(), get_isolation_level() | Mike Bayer | 2011-01-16 | 1 | -13/+29 |
| * | Regarding reflection for this case, reflection of an int PK col | Mike Bayer | 2011-01-15 | 1 | -0/+1 |
| * | - fix reflection of unknown types with arguments, NullType() accepts no argum... | Mike Bayer | 2011-01-12 | 1 | -4/+4 |
| * | - A TypeDecorator of Integer can be used with a primary key | Mike Bayer | 2011-01-11 | 1 | -2/+2 |
| * | - whitespace removal bonanza | Mike Bayer | 2011-01-02 | 1 | -21/+21 |
| * | - clean up copyright, update for 2011, stamp every file with | Mike Bayer | 2011-01-02 | 1 | -2/+3 |
| * | Ridding the world of a few wasteful imports. | Michael Trier | 2010-12-19 | 1 | -5/+3 |
| * | - merge tip | Mike Bayer | 2010-12-19 | 1 | -1/+1 |
| |\ |
|
| | * | this innocuous change allows sqlite to work with pypy. sadly, pypy is twice ... | Mike Bayer | 2010-12-17 | 1 | -2/+2 |
| * | | - some good inlinings to the whole cascade_iterator() thing. | Mike Bayer | 2010-12-18 | 1 | -1/+1 |
| * | | - system to cache the bind/result processors in a dialect-wide registry. | Mike Bayer | 2010-12-13 | 1 | -1/+2 |
| |/ |
|
| * | - ResultProxy and friends always reference the DBAPI connection at the same time | Mike Bayer | 2010-12-05 | 1 | -3/+17 |
| * | merge tip | Mike Bayer | 2010-11-14 | 1 | -1/+15 |
| |\ |
|
| | * | - On the same theme, the REFERENCES clause in a CREATE TABLE | Mike Bayer | 2010-11-12 | 1 | -1/+11 |
| | * | - The REFERENCES clause in a CREATE TABLE that includes | Mike Bayer | 2010-11-12 | 1 | -0/+4 |
| * | | - move LIMIT/OFFSET rendering to be as bind parameters, for all backends | Mike Bayer | 2010-08-29 | 1 | -4/+4 |
| |/ |
|
| * | - Calling fetchone() or similar on a result that | Mike Bayer | 2010-08-03 | 1 | -1/+1 |
| * | - Changed the scheme used to generate truncated | Mike Bayer | 2010-07-21 | 1 | -1/+1 |
| * | - Fixed concatenation of constraints when "PRIMARY KEY" | Mike Bayer | 2010-05-27 | 1 | -1/+1 |
| * | place docs for DBAPI-agnostic transaction_isolation setting for sqlite, pg [t... | Mike Bayer | 2010-04-30 | 1 | -1/+9 |
| * | clean up sqlite version detection stuff | Mike Bayer | 2010-03-26 | 1 | -0/+10 |
| * | removed all dialect table_names() methods and standardized | Mike Bayer | 2010-03-19 | 1 | -6/+3 |
| * | - moved most Decimal bind/result handling into types.py, out of sqlite, mysql... | Mike Bayer | 2010-03-18 | 1 | -15/+0 |