| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix docs syntax error | Denis Kataev | 2017-05-10 | 1 | -8/+6 |
* | Support python3.6 | Mike Bayer | 2017-01-13 | 1 | -16/+16 |
* | update for 2017 copyright | Mike Bayer | 2017-01-04 | 1 | -1/+1 |
* | Add IS (NOT) DISTINCT FROM operators | Sebastian Bank | 2016-06-06 | 1 | -0/+8 |
* | - further adjustment to accomodate for the "ON" in "NO ACTION" | Mike Bayer | 2016-06-03 | 1 | -1/+2 |
* | Ensure "options" present for unnamed / unlocatable FK | Mike Bayer | 2016-06-03 | 1 | -2/+2 |
* | Ensure 'options' is always present in foreign key info | Mike Bayer | 2016-06-03 | 1 | -2/+1 |
* | Reflect ON DELETE and ON UPDATE for SQLite foreign keys | Michal Petrucha | 2016-06-02 | 1 | -4/+15 |
* | Implemented CHECK constraint reflection for SQLite and PostgreSQL | Alex Grönholm | 2016-06-01 | 1 | -0/+26 |
* | Merge remote-tracking branch 'origin/pr/230' | Mike Bayer | 2016-03-30 | 1 | -1/+9 |
|\ |
|
| * | same logic, but without the inner functionpr/230 | Diana Clarke | 2016-01-28 | 1 | -4/+3 |
| * | sqlite: reflect primary key constraint names, fixes #3629 | Diana Clarke | 2016-01-27 | 1 | -1/+10 |
* | | - happy new year | Mike Bayer | 2016-01-29 | 1 | -1/+1 |
|/ |
|
* | - The workaround for right-nested joins on SQLite, where they are rewritten | Mike Bayer | 2016-01-26 | 1 | -6/+13 |
* | - documenation updates to clarify specific SQLite versions | Mike Bayer | 2016-01-21 | 1 | -2/+14 |
* | - for DB's w/o a real "autoincrement", reflection should be returning | Mike Bayer | 2015-10-07 | 1 | -1/+1 |
* | - The system by which a :class:`.Column` considers itself to be an | Mike Bayer | 2015-10-07 | 1 | -7/+15 |
* | - limit the search for schemas to not include "temp", which is sort of an imp... | Mike Bayer | 2015-09-28 | 1 | -6/+20 |
* | Support get_schema_names for SQLite | Brian Van Klaveren | 2015-09-09 | 1 | -0/+7 |
* | - 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 |