| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | working through tests.... | Mike Bayer | 2013-06-02 | 1 | -0/+1 |
* | - unicode literals need to just be handled differently if they have utf-8 | Mike Bayer | 2013-05-04 | 1 | -1/+1 |
* | - the raw 2to3 run | Mike Bayer | 2013-04-27 | 1 | -2/+2 |
* | Removes an errant space character that caused a newline break in the sphinx o... | Taavi Burns | 2013-01-17 | 1 | -1/+1 |
* | :class:`.Index` now supports arbitrary SQL expressions and/or | Mike Bayer | 2013-01-16 | 1 | -12/+2 |
* | happy new year (see #2645) | Diana Clarke | 2013-01-01 | 1 | -1/+1 |
* | this comment is entirely from some ancient version of the code | Mike Bayer | 2012-12-14 | 1 | -2/+0 |
* | More adjustment to this SQLite related issue which was released in | Mike Bayer | 2012-12-14 | 1 | -28/+39 |
* | - version check for sqlite on multivalues is 3.7.11 | Mike Bayer | 2012-12-08 | 1 | -0/+3 |
* | internally at least refer to multirow as "multivalues", to distinguish between | Mike Bayer | 2012-12-08 | 1 | -1/+1 |
* | compiler: add support for multirow inserts | Idan Kamara | 2012-12-06 | 1 | -0/+1 |
* | just a pep8 pass of lib/sqlalchemy/dialects/sqlite | Diana Clarke | 2012-11-19 | 1 | -76/+102 |
* | Merged in agilevic/sqlalchemy (pull request #23) | Mike Bayer | 2012-10-21 | 1 | -0/+2 |
|\ |
|
| * | it is sensible to add NCHAR and NVARCHAR as recognized data types for sqlite ... | Victor Olex | 2012-10-05 | 1 | -0/+2 |
* | | - rework the sphinx customizations into distinct modules | Mike Bayer | 2012-10-19 | 1 | -1/+4 |
* | | - move out maxdb | Mike Bayer | 2012-10-18 | 1 | -3/+0 |
|/ |
|
* | Add support for LOCALTIMESTAMP in SQLite. | Richard Mitchell | 2012-09-26 | 1 | -0/+3 |
* | - improve docs for MySQL/SQLite foreign key/ON UPDATE|DELETE instructions, | Mike Bayer | 2012-09-23 | 1 | -0/+36 |
* | - [bug] Adjusted column default reflection code to | Mike Bayer | 2012-09-23 | 1 | -33/+42 |
* | - [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 |