| Commit message (Expand) | Author | Age | Files | Lines |
* | - Fixed bug in SQLite dialect where reflection of UNIQUE constraints | Mike Bayer | 2015-07-21 | 1 | -1/+1 |
* | - document SQlite dotted name issue, fixes #3441 | Mike Bayer | 2015-06-05 | 1 | -0/+101 |
* | - document fully how to use autoincrement w/ SQLite including | Mike Bayer | 2015-05-22 | 1 | -7/+67 |
* | - The "auto close" for :class:`.ResultProxy` is now a "soft" close. | Mike Bayer | 2015-03-17 | 1 | -1/+1 |
* | - copyright 2015 | Mike Bayer | 2015-03-10 | 1 | -1/+1 |
* | - repair doclevel | Mike Bayer | 2015-03-10 | 1 | -1/+1 |
* | - changelog / doc for sqlite partial indexes | Mike Bayer | 2015-03-10 | 1 | -0/+20 |
* | Partial index support with sqlite dialects. | Kai Groner | 2015-01-26 | 1 | -2/+16 |
* | - Added new user-space accessors for viewing transaction isolation | Mike Bayer | 2015-01-20 | 1 | -0/+2 |
* | - Custom dialects that implement :class:`.GenericTypeCompiler` can | Mike Bayer | 2015-01-16 | 1 | -5/+6 |
* | - restate sort_tables in terms of a more fine grained | Mike Bayer | 2015-01-01 | 1 | -0/+12 |
* | - squash-merge the improve_toc branch, which moves all the Sphinx styling | Mike Bayer | 2014-12-17 | 1 | -3/+3 |
* | - rework sqlite FK and unique constraint system to combine both PRAGMA | Mike Bayer | 2014-12-13 | 1 | -112/+187 |
* | - fix unique constraint parsing for sqlite -- may return '' for name, however | Jon Nelson | 2014-12-13 | 1 | -1/+1 |
* | - The SQLite dialect, when using the :class:`.sqlite.DATE`, | Mike Bayer | 2014-12-05 | 1 | -1/+59 |
* | - The behavioral contract of the :attr:`.ForeignKeyConstraint.columns` | Mike Bayer | 2014-11-25 | 1 | -2/+2 |
* | - rework tests for attached databases into individual tests, | Mike Bayer | 2014-09-29 | 1 | -3/+5 |
* | Merge branch 'sqlite-temp-table-reflection' of https://bitbucket.org/jerdfelt... | Mike Bayer | 2014-09-17 | 1 | -10/+18 |
|\ |
|
| * | Handle sqlite get_unique_constraints() call for temporary tables | Johannes Erdfelt | 2014-09-17 | 1 | -10/+18 |
* | | - Added :meth:`.Inspector.get_temp_table_names` and | Mike Bayer | 2014-09-17 | 1 | -26/+23 |
|/ |
|
* | - ensure literal_binds works with LIMIT clause, FOR UPDATE | Mike Bayer | 2014-09-03 | 1 | -5/+5 |
* | - rewrite all the sqlite/pysqlite transaction isolation docs | Mike Bayer | 2014-08-09 | 1 | -34/+100 |
* | - apply pep8 formatting to sqlalchemy/sql, sqlalchemy/util, sqlalchemy/dialects, | Brian Jarrett | 2014-07-20 | 1 | -53/+61 |
* | - break up the <authors> copyright comment as part of a pass | Mike Bayer | 2014-07-09 | 1 | -1/+2 |
* | - add link to dialect docs for SQLite autoincrement from column autoincrement, | Mike Bayer | 2014-07-03 | 1 | -2/+4 |
* | Merge branch 'issue_3034' of https://bitbucket.org/dobesv/sqlalchemy/branch/i... | Mike Bayer | 2014-05-16 | 1 | -5/+5 |
|\ |
|
| * | Remove unused import | Dobes Vandermeer | 2014-04-25 | 1 | -1/+0 |
| * | Use _offset_clause and _limit_clause, which are always Visitable and usually ... | Dobes Vandermeer | 2014-04-25 | 1 | -5/+5 |
| * | Proof-of-concept implementation of supporting bindparam for offset and limit ... | Dobes Vandermeer | 2014-04-24 | 1 | -2/+3 |
* | | Fix many typos throughout the codebasepr/85 | Alex Gaynor | 2014-04-26 | 1 | -5/+5 |
|/ |
|
* | fix typorel_0_9_3 | Mike Bayer | 2014-02-19 | 1 | -1/+1 |
* | - rewrite SQLite reflection tests into one consistent fixture, which tests | Mike Bayer | 2014-02-16 | 1 | -25/+31 |
* | - The SQLite dialect will now skip unsupported arguments when reflecting | Mike Bayer | 2014-02-16 | 1 | -1/+8 |
* | - changelog + documentation for pullreq github:65 | Mike Bayer | 2014-02-16 | 1 | -6/+57 |
* | Merge branch 'master' of https://github.com/eblume/sqlalchemy into t | Mike Bayer | 2014-02-16 | 1 | -145/+158 |
|\ |
|
| * | SQLite dialect - support relection from affinitypr/65 | Erich Blume | 2014-02-03 | 1 | -11/+36 |
| * | PEP-8 compliance for dialects/sqlite/base.py | Erich Blume | 2014-01-30 | 1 | -134/+122 |
* | | - Fixed bug whereby SQLite compiler failed to propagate compiler arguments | Mike Bayer | 2014-01-31 | 1 | -2/+2 |
|/ |
|
* | - Added new test coverage for so-called "down adaptions" of SQL types, | Mike Bayer | 2014-01-22 | 1 | -5/+6 |
* | - implement kwarg validation and type system for dialect-specific | Mike Bayer | 2014-01-18 | 1 | -10/+16 |
* | - happy new year | Mike Bayer | 2014-01-05 | 1 | -1/+1 |
* | - The typing system now handles the task of rendering "literal bind" values, | Mike Bayer | 2013-10-20 | 1 | -0/+8 |
* | 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 |
* | - 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 |