2018-06-28 |
Mike Bayer | Try to get mysqlconnector somewhat working |
commit | commitdiff | tree |
2018-06-26 |
Mike Bayer | Ensure BakedQuery is cloned before we add options to it |
commit | commitdiff | tree |
2018-06-26 |
mike bayer | Merge "fix TypeReflectionTest for sqlite 3.24" into... |
commit | commitdiff | tree |
2018-06-26 |
Mike Bayer | Look up adapter info for previous left side in chained... |
commit | commitdiff | tree |
2018-06-26 |
mike bayer | Merge "Fix UnboundLocalError in mssql during isolation... |
commit | commitdiff | tree |
2018-06-25 |
mike bayer | Merge "Support JOIN in UPDATE..FROM" into rel_1_2 |
commit | commitdiff | tree |
2018-06-25 |
Nils Philippsen | fix TypeReflectionTest for sqlite 3.24 |
commit | commitdiff | tree |
2018-06-25 |
Mike Bayer | Fix UnboundLocalError in mssql during isolation level... |
commit | commitdiff | tree |
2018-06-25 |
Mike Bayer | Use utf8mb4 (or utf8mb3) for all things MySQL |
commit | commitdiff | tree |
2018-06-25 |
Mike Bayer | Compare mappers more accurately in Load._chop_path |
commit | commitdiff | tree |
2018-06-24 |
mike bayer | Merge "render WITH clause after INSERT for INSERT.... |
commit | commitdiff | tree |
2018-06-24 |
Mike Bayer | Support JOIN in UPDATE..FROM |
commit | commitdiff | tree |
2018-06-20 |
Andrew Gaul | Remove stale ON UPDATE/ON DELETE comment. |
commit | commitdiff | tree |
2018-06-18 |
Mike Bayer | render WITH clause after INSERT for INSERT..SELECT... |
commit | commitdiff | tree |
2018-06-15 |
Mike Bayer | Lookup index columns in parent table by key for copy |
commit | commitdiff | tree |
2018-06-13 |
Mike Bayer | update client-side/server-side SQL default expression... |
commit | commitdiff | tree |
2018-06-13 |
hendawy | Importing InspectionAttr twice, now once |
commit | commitdiff | tree |
2018-06-07 |
Mike Bayer | Iterate options per path for baked cache key |
commit | commitdiff | tree |
2018-06-06 |
mike bayer | Merge "Support undocumented non-entity sequence Query... |
commit | commitdiff | tree |
2018-06-06 |
mike bayer | Merge "Add Query.lazy_load_from attribute for sharding... |
commit | commitdiff | tree |
2018-06-04 |
Fokko Driesprong | Add the kwargs to the Adapt method |
commit | commitdiff | tree |
2018-06-04 |
BR | Small docs style fixes in inheritance.rst |
commit | commitdiff | tree |
2018-06-04 |
Mike Bayer | Add Query.lazy_load_from attribute for sharding |
commit | commitdiff | tree |
2018-06-04 |
Mike Bayer | Support undocumented non-entity sequence Query argument |
commit | commitdiff | tree |
2018-05-28 |
Mike Bayer | Version 1.2.9 placeholder |
commit | commitdiff | tree |
2018-05-28 |
Mike Bayer | - 1.2.8 rel_1_2_8 |
commit | commitdiff | tree |
2018-05-28 |
Mike Bayer | Mutex on _CONFIGURE_MUTEX in automap.prepare() |
commit | commitdiff | tree |
2018-05-25 |
Mike Bayer | Turn oracle BINARY_DOUBLE, BINARY_FLOAT, DOUBLE_PRECISI... |
commit | commitdiff | tree |
2018-05-18 |
Mike Bayer | call setinputsizes() for integer types |
commit | commitdiff | tree |
2018-05-18 |
Mike Bayer | Skip for SQL Server on non-native boolean unconstrained |
commit | commitdiff | tree |
2018-05-17 |
mike bayer | Merge "Update dogpile.cache example to be compatible... |
commit | commitdiff | tree |
2018-05-17 |
Mike Bayer | Update dogpile.cache example to be compatible with... |
commit | commitdiff | tree |
2018-05-17 |
Miguel Ventura | Fix string formatting TypeError if tuple is passed |
commit | commitdiff | tree |
2018-05-17 |
mike bayer | Merge "Prevent double-checkins and guard during reset... |
commit | commitdiff | tree |
2018-05-16 |
Mike Bayer | Change query._identity_lookup into a normal instance... |
commit | commitdiff | tree |
2018-05-16 |
Mike Bayer | Merge existing query params in baked lazy load |
commit | commitdiff | tree |
2018-05-15 |
Mike Bayer | Prevent double-checkins and guard during reset-on-retur... |
commit | commitdiff | tree |
2018-05-13 |
mike bayer | Merge "Use identity_token for refresh(), unexpire,... |
commit | commitdiff | tree |
2018-05-11 |
Mike Bayer | Use identity_token for refresh(), unexpire, undefer |
commit | commitdiff | tree |
2018-05-11 |
Mike Bayer | Default server_version_info to (0, ) |
commit | commitdiff | tree |
2018-05-10 |
Mike Bayer | SQL Server is not native boolean; add new flag for... |
commit | commitdiff | tree |
2018-05-06 |
Mike Bayer | - add a tl;dr to postgresql search_path section as... |
commit | commitdiff | tree |
2018-05-05 |
Mike Bayer | - modernize versioning examples |
commit | commitdiff | tree |
2018-05-03 |
Mike Bayer | - add sap-hana |
commit | commitdiff | tree |
2018-05-01 |
Mike Bayer | - block cx_Oracle 6.3 due to https://github.com/oracle... |
commit | commitdiff | tree |
2018-04-25 |
Olivier Grisel | Fix reference leak in compiled cache |
commit | commitdiff | tree |
2018-04-20 |
Mike Bayer | Version 1.2.8 placeholder |
commit | commitdiff | tree |
2018-04-20 |
Mike Bayer | - 1.2.7 rel_1_2_7 |
commit | commitdiff | tree |
2018-04-20 |
Mike Bayer | Refactor "get" to allow for pluggable identity token... |
commit | commitdiff | tree |
2018-04-20 |
Mike Bayer | - more type cache warmup |
commit | commitdiff | tree |
2018-04-20 |
Mike Bayer | bump variance for these sqlite-sensitive tests |
commit | commitdiff | tree |
2018-04-20 |
Mike Bayer | Document how to opt-out of NCHAR for cx_Oracle |
commit | commitdiff | tree |
2018-04-20 |
Mike Bayer | update callcounts for py36, get rid of old callcounts |
commit | commitdiff | tree |
2018-04-19 |
Mike Bayer | Ensure select_from_entity adapter is used in adjust_for... |
commit | commitdiff | tree |
2018-04-16 |
Pat Buxton | Fix - Order of records is not guaranteed |
commit | commitdiff | tree |
2018-04-12 |
Kent Bower | Reflect Oracle NUMBER(NULL, 0) as INTEGER |
commit | commitdiff | tree |
2018-04-11 |
Mike Bayer | Correct join for FKs with schema in SQL Server |
commit | commitdiff | tree |
2018-04-04 |
Mike Bayer | Ensure all visit_sequence accepts **kw args |
commit | commitdiff | tree |
2018-04-03 |
Mike Bayer | Use base __ne__ implementation for range types w/ None |
commit | commitdiff | tree |
2018-04-03 |
Sebastian Bank | Add postgresl.REGCLASS type for casting table names... |
commit | commitdiff | tree |
2018-04-01 |
Mike Bayer | Fix bindparam type param fixes #4220 |
commit | commitdiff | tree |
2018-03-30 |
Mike Bayer | Version 1.2.7 placeholder |
commit | commitdiff | tree |
2018-03-30 |
Mike Bayer | - 1.2.6 rel_1_2_6 |
commit | commitdiff | tree |
2018-03-30 |
mike bayer | Merge "Add support for declarative partitioning in... |
commit | commitdiff | tree |
2018-03-30 |
Vsevolod Solovyov | Add support for declarative partitioning in PostgreSQL 10 |
commit | commitdiff | tree |
2018-03-30 |
Mike Bayer | Filter non-integer characters from pyodbc SQL Server... |
commit | commitdiff | tree |
2018-03-28 |
Mike Bayer | Invalidate on failed connect handler |
commit | commitdiff | tree |
2018-03-26 |
Mike Bayer | Link to the ExpireRelationshipOnFKChange recipe for... |
commit | commitdiff | tree |
2018-03-21 |
Mike Bayer | Don't warn for mixin-based __table_args__, __mapper_arg... |
commit | commitdiff | tree |
2018-03-14 |
Mike Bayer | Track if we're rendering within the CTE recursively |
commit | commitdiff | tree |
2018-03-12 |
Mike Bayer | Ignore non-primary mappers within mutable instrumentation |
commit | commitdiff | tree |
2018-03-08 |
mike bayer | Merge "Raise cx_Oracle minimum version to 5.2" into... |
commit | commitdiff | tree |
2018-03-07 |
Mike Bayer | Make it much more clear that concrete mapping is limited |
commit | commitdiff | tree |
2018-03-07 |
Mike Bayer | Raise cx_Oracle minimum version to 5.2 |
commit | commitdiff | tree |
2018-03-07 |
Mike Bayer | Add notes regarding flat=True |
commit | commitdiff | tree |
2018-03-06 |
Mike Bayer | cherry-pick changelog update for 1.1.19 |
commit | commitdiff | tree |
2018-03-06 |
Mike Bayer | cherry-pick changelog from 1.1.18 |
commit | commitdiff | tree |
2018-03-06 |
Mike Bayer | Version 1.2.6 placeholder |
commit | commitdiff | tree |
2018-03-06 |
Mike Bayer | - 1.2.5 rel_1_2_5 |
commit | commitdiff | tree |
2018-03-06 |
Mike Bayer | - add missing versions for #4208 |
commit | commitdiff | tree |
2018-03-06 |
mike bayer | Merge "Add Query.enable_single_entity()" into rel_1_2 |
commit | commitdiff | tree |
2018-03-06 |
mike bayer | Merge "Clone _cte_alias instead of assigning "self... |
commit | commitdiff | tree |
2018-03-06 |
Eric Atkin | Add Query.enable_single_entity() |
commit | commitdiff | tree |
2018-03-06 |
Mike Bayer | Clone _cte_alias instead of assigning "self" |
commit | commitdiff | tree |
2018-03-05 |
Mike Bayer | Don't include AliasedClass when pickling options |
commit | commitdiff | tree |
2018-03-05 |
Mike Bayer | Only replace first occurrence for COLLATE/ARRAY syntax |
commit | commitdiff | tree |
2018-03-05 |
Mike Bayer | Add python 3.7 environment |
commit | commitdiff | tree |
2018-03-02 |
Mike Bayer | Get MySQL version info from @@version |
commit | commitdiff | tree |
2018-03-02 |
Mike Bayer | new default branch for gitreview |
commit | commitdiff | tree |
2018-03-02 |
Mike Bayer | - add some seealsos for the transient object that loads... |
commit | commitdiff | tree |
2018-03-02 |
Mike Bayer | Check existing CTE for an alias name when rendering... |
commit | commitdiff | tree |
2018-03-02 |
Mike Bayer | Fix enable_relationship_loading() works fine w/ one... |
commit | commitdiff | tree |
2018-02-27 |
Mike Bayer | Merge remote-tracking branch 'origin/pr/421' |
commit | commitdiff | tree |
2018-02-23 |
mike bayer | Merge "Ensure we have states to load when doing poly... |
commit | commitdiff | tree |
2018-02-23 |
mike bayer | Merge "Allow bind processors to work with expanding IN" |
commit | commitdiff | tree |
2018-02-23 |
Mike Bayer | Ensure we have states to load when doing poly post... |
commit | commitdiff | tree |
2018-02-23 |
Mike Bayer | Allow bind processors to work with expanding IN |
commit | commitdiff | tree |
2018-02-22 |
Mike Bayer | cherry-pick changelog update for 1.1.18 |
commit | commitdiff | tree |
2018-02-22 |
Mike Bayer | cherry-pick changelog from 1.1.17 |
commit | commitdiff | tree |
2018-02-22 |
Mike Bayer | Version 1.2.5 placeholder |
commit | commitdiff | tree |
next |