| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | | - 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 |
| * | marathon doc updating session including a rewrite of unicode paragraphs | Mike Bayer | 2011-12-04 | 1 | -9/+8 |
| * | 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 |
| * | - Failures on connect which raise dbapi.Error | Mike Bayer | 2011-07-01 | 1 | -1/+2 |
| * | - document that pysqlite does not share temporary tables | Mike Bayer | 2011-06-29 | 1 | -0/+29 |
| * | sqlite :memory: works across threads now hooray ! | Mike Bayer | 2011-06-20 | 1 | -24/+42 |
| * | - 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 | 2 | -5/+4 |
| * | - 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 |
| * | - The path given as the location of a sqlite database is now | Mike Bayer | 2011-02-10 | 1 | -0/+3 |
| * | - add connection and cursor to is_disconnect(). We aren't using it yet, | Mike Bayer | 2011-02-09 | 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 | 2 | -30/+30 |
| * | - clean up copyright, update for 2011, stamp every file with | Mike Bayer | 2011-01-02 | 3 | -2/+15 |
| * | Ridding the world of a few wasteful imports. | Michael Trier | 2010-12-19 | 2 | -7/+4 |
| * | - 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 |