| 2017-02-01 |
Mike Bayer | - clarify Enum validation rules, fixes #3904 |
commit | commitdiff | tree | snapshot |
| 2017-01-30 |
Mike Bayer | Union the exclude_properties of the inheriting mapper... |
commit | commitdiff | tree | snapshot |
| 2017-01-30 |
mike bayer | Merge "Add count(), scalar() to baked query" |
commit | commitdiff | tree | snapshot |
| 2017-01-30 |
Mike Bayer | Add count(), scalar() to baked query |
commit | commitdiff | tree | snapshot |
| 2017-01-30 |
Jeong YunWon | Fix nested index_property setter when there is no conta... |
commit | commitdiff | tree | snapshot |
| 2017-01-30 |
Mike Bayer | Copy whereclause / using in ExcludeConstraint |
commit | commitdiff | tree | snapshot |
| 2017-01-28 |
Mike Bayer | - add missing param tag |
commit | commitdiff | tree | snapshot |
| 2017-01-28 |
Mike Bayer | - cte() has moved to HasCTE(), since SelectBase is... |
commit | commitdiff | tree | snapshot |
| 2017-01-27 |
Mike Bayer | - remove misleading comment, ref #3902 |
commit | commitdiff | tree | snapshot |
| 2017-01-26 |
Mike Bayer | Don't check isolation level prior to SQL Server 2005 |
commit | commitdiff | tree | snapshot |
| 2017-01-26 |
Mike Bayer | - document that "column" and "where" are arbitrary... |
commit | commitdiff | tree | snapshot |
| 2017-01-24 |
Mike Bayer | Merge branch 'doc_typo' of https://bitbucket.org/fredj... |
commit | commitdiff | tree | snapshot |
| 2017-01-24 |
Mike Bayer | Merge branch 'patch-1' of https://github.com/jeffwidman... |
commit | commitdiff | tree | snapshot |
| 2017-01-24 |
Mike Bayer | Merge branch 'fix-example-re' of https://github.com... |
commit | commitdiff | tree | snapshot |
| 2017-01-20 |
Frederic Junod | Fix typo in documentation |
commit | commitdiff | tree | snapshot |
| 2017-01-19 |
mike bayer | Merge "Dont set _set_select_from() for alias object" |
commit | commitdiff | tree | snapshot |
| 2017-01-19 |
Mike Bayer | Improve server-side Sequence documentation |
commit | commitdiff | tree | snapshot |
| 2017-01-19 |
Mike Bayer | Dont set _set_select_from() for alias object |
commit | commitdiff | tree | snapshot |
| 2017-01-19 |
Mike Bayer | - 1.1.6 prep |
commit | commitdiff | tree | snapshot |
| 2017-01-17 |
Mike Bayer | - 1.1.5 rel_1_1_5 |
commit | commitdiff | tree | snapshot |
| 2017-01-17 |
Mike Bayer | - 1.0.17 release date |
commit | commitdiff | tree | snapshot |
| 2017-01-17 |
Mike Bayer | Merge branch 'master' into rel_1_1 |
commit | commitdiff | tree | snapshot |
| 2017-01-17 |
Mike Bayer | - this test is too brittle under load, not worth it... |
commit | commitdiff | tree | snapshot |
| 2017-01-17 |
Mike Bayer | Merge branch 'master' into rel_1_1 |
commit | commitdiff | tree | snapshot |
| 2017-01-17 |
Mike Bayer | - further changes to avoid pytest warnings |
commit | commitdiff | tree | snapshot |
| 2017-01-17 |
Mike Bayer | Merge branch 'master' into rel_1_1 |
commit | commitdiff | tree | snapshot |
| 2017-01-17 |
Gábor Lipták | Correct pytest deprecation warning |
commit | commitdiff | tree | snapshot |
| 2017-01-17 |
Mike Bayer | Merge branch 'master' into rel_1_1 |
commit | commitdiff | tree | snapshot |
| 2017-01-17 |
Mike Bayer | - repair an errant docstring w/o r |
commit | commitdiff | tree | snapshot |
| 2017-01-17 |
Mike Bayer | Merge branch 'master' into rel_1_1 |
commit | commitdiff | tree | snapshot |
| 2017-01-17 |
Mike Bayer | - update copyright in .c files |
commit | commitdiff | tree | snapshot |
| 2017-01-17 |
Mike Bayer | Merge branch 'master' into rel_1_1 |
commit | commitdiff | tree | snapshot |
| 2017-01-17 |
mike bayer | Merge "Parse (but don't record) COMMENT portion of... |
commit | commitdiff | tree | snapshot |
| 2017-01-17 |
Lele Long | Parse (but don't record) COMMENT portion of MySQL table key |
commit | commitdiff | tree | snapshot |
| 2017-01-17 |
Joseph Schorr | Add support for prefixes on CREATE INDEX statements... |
commit | commitdiff | tree | snapshot |
| 2017-01-16 |
Mike Bayer | Merge branch 'master' into rel_1_1 |
commit | commitdiff | tree | snapshot |
| 2017-01-16 |
Mike Bayer | - correctly document LIKE / ILIKE, fixes #3890 |
commit | commitdiff | tree | snapshot |
| 2017-01-16 |
Mike Bayer | Merge branch 'master' into rel_1_1 |
commit | commitdiff | tree | snapshot |
| 2017-01-16 |
mike bayer | Merge "Better hide engine password" |
commit | commitdiff | tree | snapshot |
| 2017-01-16 |
Valery Yundin | Better hide engine password |
commit | commitdiff | tree | snapshot |
| 2017-01-16 |
Mike Bayer | Merge branch 'master' into rel_1_1 |
commit | commitdiff | tree | snapshot |
| 2017-01-16 |
Mike Bayer | Add "existing" populators for subqueryload |
commit | commitdiff | tree | snapshot |
| 2017-01-16 |
Mike Bayer | Merge branch 'master' into rel_1_1 |
commit | commitdiff | tree | snapshot |
| 2017-01-16 |
Mike Bayer | - fix changelog |
commit | commitdiff | tree | snapshot |
| 2017-01-16 |
Mike Bayer | - fix changelog |
commit | commitdiff | tree | snapshot |
| 2017-01-13 |
mike bayer | Merge "Use full column->type processing for ON CONFLICT... |
commit | commitdiff | tree | snapshot |
| 2017-01-13 |
mike bayer | Merge "Support python3.6" |
commit | commitdiff | tree | snapshot |
| 2017-01-13 |
Mike Bayer | Use full column->type processing for ON CONFLICT SET... |
commit | commitdiff | tree | snapshot |
| 2017-01-13 |
Mike Bayer | Support python3.6 |
commit | commitdiff | tree | snapshot |
| 2017-01-12 |
Mike Bayer | - document how to use autocommit isolation level for... |
commit | commitdiff | tree | snapshot |
| 2017-01-12 |
mike bayer | Merge "Pass **kw to bound params in multi values" |
commit | commitdiff | tree | snapshot |
| 2017-01-09 |
Carlos García... | Set autoincrement to False; use sqlite_autoincrement... |
commit | commitdiff | tree | snapshot |
| 2017-01-09 |
mike bayer | Merge "Adapt from "localparent" in joinedloader" |
commit | commitdiff | tree | snapshot |
| 2017-01-09 |
Mike Bayer | Pass **kw to bound params in multi values |
commit | commitdiff | tree | snapshot |
| 2017-01-09 |
mike bayer | Merge "Tighten rules for order_by(Label) resolution" |
commit | commitdiff | tree | snapshot |
| 2017-01-09 |
mike bayer | Merge "update for 2017 copyright" |
commit | commitdiff | tree | snapshot |
| 2017-01-09 |
Mike Bayer | Adapt from "localparent" in joinedloader |
commit | commitdiff | tree | snapshot |
| 2017-01-06 |
Mike Bayer | Tighten rules for order_by(Label) resolution |
commit | commitdiff | tree | snapshot |
| 2017-01-05 |
Mike Bayer | - add a section for ARRAY of JSON to complement ARRAY... |
commit | commitdiff | tree | snapshot |
| 2017-01-04 |
Mike Bayer | update for 2017 copyright |
commit | commitdiff | tree | snapshot |
| 2017-01-04 |
plumSemPy | Ensure session.no_autoflush uses finally |
commit | commitdiff | tree | snapshot |
| 2016-12-28 |
mike bayer | Merge "Correct any_, all_ spelling" |
commit | commitdiff | tree | snapshot |
| 2016-12-28 |
Mike Bayer | - fix bad merge to changelog |
commit | commitdiff | tree | snapshot |
| 2016-12-28 |
Mike Bayer | Correct any_, all_ spelling |
commit | commitdiff | tree | snapshot |
| 2016-12-24 |
Jeff Widman | Fix typo |
commit | commitdiff | tree | snapshot |
| 2016-12-22 |
Francisco Capdevila | Typo |
commit | commitdiff | tree | snapshot |
| 2016-12-21 |
Mike Bayer | Don't select lastrowid for inline=True |
commit | commitdiff | tree | snapshot |
| 2016-12-21 |
Mike Bayer | Call nextval() on sequence when doing INSERT from SELECT |
commit | commitdiff | tree | snapshot |
| 2016-12-21 |
Mike Bayer | - these two tests require sane rowcount at the base |
commit | commitdiff | tree | snapshot |
| 2016-12-21 |
Mike Bayer | Use session for exec check |
commit | commitdiff | tree | snapshot |
| 2016-12-20 |
Mike Bayer | Bump "table compression" flag to Oracle 10.1 |
commit | commitdiff | tree | snapshot |
| 2016-12-19 |
Mike Bayer | Add real .entities to _BundleEntity |
commit | commitdiff | tree | snapshot |
| 2016-12-17 |
Brian | fix example re such that the listen modifier example... |
commit | commitdiff | tree | snapshot |
| 2016-12-12 |
Mike Bayer | - xmin example requires a server default declaration... |
commit | commitdiff | tree | snapshot |
| 2016-11-23 |
Mike Bayer | Add _extend_on deduplicating set for metadata.reflect() |
commit | commitdiff | tree | snapshot |
| 2016-11-23 |
Ionuț Ciocîrlan | Allow the value 0 for Postgresql TIME/TIMESTAMP precision |
commit | commitdiff | tree | snapshot |
| 2016-11-22 |
Mike Bayer | Ensure Variant passes along impl right-hand type |
commit | commitdiff | tree | snapshot |
| 2016-11-18 |
Mike Bayer | Disable single-inheritance critera on the outside of... |
commit | commitdiff | tree | snapshot |
| 2016-11-16 |
Mike Bayer | Port lower case quoted name fix to firebird |
commit | commitdiff | tree | snapshot |
| 2016-11-16 |
Mike Bayer | - 1.1.5 setup |
commit | commitdiff | tree | snapshot |
| 2016-11-15 |
Mike Bayer | - 1.1.4 rel_1_1_4 |
commit | commitdiff | tree | snapshot |
| 2016-11-15 |
Mike Bayer | - 1.0.16 release date |
commit | commitdiff | tree | snapshot |
| 2016-11-15 |
mike bayer | Merge "Add missing items to collection.__getstate__" |
commit | commitdiff | tree | snapshot |
| 2016-11-14 |
Mike Bayer | - experiment with union merge for changelog |
commit | commitdiff | tree | snapshot |
| 2016-11-14 |
Mike Bayer | Add missing items to collection.__getstate__ |
commit | commitdiff | tree | snapshot |
| 2016-11-12 |
Mike Bayer | Count columns using PrimaryKeyConstraint.__len__ directly |
commit | commitdiff | tree | snapshot |
| 2016-11-11 |
Mike Bayer | Merge remote-tracking branch 'origin/pr/318' |
commit | commitdiff | tree | snapshot |
| 2016-11-11 |
Mike Bayer | Quote URL tokens with semicolons for pyodbc, adodbapi |
commit | commitdiff | tree | snapshot |
| 2016-11-11 |
Mike Bayer | - oragnize the changelog with tokens per .. change... |
commit | commitdiff | tree | snapshot |
| 2016-11-10 |
Mike Bayer | Use configured props for mapper.attrs, mapper.all_orm_d... |
commit | commitdiff | tree | snapshot |
| 2016-11-10 |
mike bayer | Merge "Consider version_id_prop when emitting bulk... |
commit | commitdiff | tree | snapshot |
| 2016-11-10 |
Mike Bayer | Consider version_id_prop when emitting bulk UPDATE |
commit | commitdiff | tree | snapshot |
| 2016-11-10 |
Kevin Jurczyk | Add conditional import for pysqlcipher3 |
commit | commitdiff | tree | snapshot |
| 2016-11-10 |
mike bayer | Merge "Remove non-working Connection.default_schema_nam... |
commit | commitdiff | tree | snapshot |
| 2016-11-10 |
Roman Podoliaka | Add support for server side cursors to mysqldb and... |
commit | commitdiff | tree | snapshot |
| 2016-11-10 |
Benjamin Dopplinger | Remove non-working Connection.default_schema_name(... |
commit | commitdiff | tree | snapshot |
| 2016-11-10 |
Mike Bayer | Ensure attribute keys used for bulk update pk set |
commit | commitdiff | tree | snapshot |
| 2016-11-08 |
Kevin Jurczyk | Add quotes around PRAGMA values in pysqlcipher connect. |
commit | commitdiff | tree | snapshot |
| 2016-11-08 |
Mike Bayer | Put include_table=True for DO UPDATE..WHERE, but not... |
commit | commitdiff | tree | snapshot |
| 2016-11-06 |
Mike Bayer | Move setup functionality into _register_attribute |
commit | commitdiff | tree | snapshot |
| next |