| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fix cross referencespr/46 | Vraj Mohan | 2013-11-17 | 1 | -2/+2 |
| * | - The typing system now handles the task of rendering "literal bind" values, | Mike Bayer | 2013-10-20 | 1 | -0/+8 |
| * | move FAQ to the docs, [ticket:2133] | Mike Bayer | 2013-08-21 | 1 | -0/+2 |
| * | doc fix | Mike Bayer | 2013-07-12 | 1 | -1/+1 |
| * | The newly added SQLite DATETIME arguments storage_format and | Mike Bayer | 2013-07-12 | 1 | -0/+6 |
| * | Added :class:`.BIGINT` to the list of type names that can be | Mike Bayer | 2013-07-02 | 1 | -2/+4 |
| * | Fix unique constraints reflection in SQLite | Roman Podolyaka | 2013-06-23 | 1 | -1/+2 |
| * | Add basic support of unique constraints reflectionpr/4 | Roman Podolyaka | 2013-06-09 | 1 | -0/+20 |
| * | working through tests.... | Mike Bayer | 2013-06-02 | 1 | -0/+1 |
| * | - add a test specific to sqlite testing cursor.description encoding (should | Mike Bayer | 2013-05-26 | 1 | -1/+2 |
| * | sqlite tests | Mike Bayer | 2013-05-26 | 1 | -2/+0 |
| * | - 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 | 2 | -5/+6 |
| * | 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 | 3 | -3/+3 |
| * | 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 | 3 | -128/+161 |
| * | 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 | 2 | -7/+13 |
| * | | - 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 |
| * | some pysqlite doc tweaks | Mike Bayer | 2012-08-30 | 1 | -5/+10 |
| * | -whitespace bonanza, contd | Mike Bayer | 2012-07-28 | 2 | -77/+77 |
| * | Add some `Sphinx` paragraph level versions informations markups, | Mike Bayer | 2012-06-08 | 1 | -6/+4 |
| * | 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 | 3 | -3/+3 |
| * | fix a whole bunch of note:: / warning:: that were inline, | Mike Bayer | 2011-12-25 | 1 | -4/+6 |
| * | add BEGIN workaround to pysqlite docs, [ticket:2219] | Mike Bayer | 2011-12-06 | 2 | -1/+28 |