2018-08-01 |
Mike Bayer | Do some pep8 and other cruft removal around association... |
commit | commitdiff | tree |
2018-08-01 |
Neil Basu | Add comma in migration-12 |
commit | commitdiff | tree |
2018-08-01 |
Kevin Horn | Replace 'with' with 'which' |
commit | commitdiff | tree |
2018-07-18 |
Phillip Cloud | Fix quoting schemas in _get_table_sql for the SQLite... |
commit | commitdiff | tree |
2018-07-18 |
Alex Rothberg | Add `postgresql_psycopg2binary` install extra that... |
commit | commitdiff | tree |
2018-07-13 |
Mike Bayer | Version 1.2.11 placeholder |
commit | commitdiff | tree |
2018-07-13 |
Mike Bayer | - 1.2.10 rel_1_2_10 |
commit | commitdiff | tree |
2018-07-13 |
Mike Bayer | Use exprs for bundle __clause_element__ |
commit | commitdiff | tree |
2018-07-13 |
Mike Bayer | Correct the bug number for :ticket:`4288`, which was... |
commit | commitdiff | tree |
2018-07-13 |
Mike Bayer | - fix typo |
commit | commitdiff | tree |
2018-07-11 |
Mike Bayer | Drop default-related structures after the Table is... |
commit | commitdiff | tree |
2018-07-10 |
Mike Bayer | Document sticky behavior of loader options |
commit | commitdiff | tree |
2018-07-09 |
Mike Bayer | - add docs for PG REGCLASS |
commit | commitdiff | tree |
2018-07-08 |
Mike Bayer | Check tokens in chop path for inspectionattr before... |
commit | commitdiff | tree |
2018-07-05 |
Mike Bayer | - add some context to the declarative section indicatin... |
commit | commitdiff | tree |
2018-07-05 |
Mike Bayer | block cx_Oracle 6.4 |
commit | commitdiff | tree |
2018-07-04 |
Mike Bayer | - fix linking for the query.rst page |
commit | commitdiff | tree |
2018-06-30 |
Mike Bayer | - add "leaks memory" to documented issues w/ mysqlconne... |
commit | commitdiff | tree |
2018-06-29 |
Mike Bayer | Version 1.2.10 placeholder |
commit | commitdiff | tree |
2018-06-29 |
Mike Bayer | - 1.2.9 rel_1_2_9 |
commit | commitdiff | tree |
2018-06-29 |
mike bayer | Merge "Add unique_constraint_name to MSSQL FK reflectio... |
commit | commitdiff | tree |
2018-06-29 |
Alex Grönholm | Fixed typo |
commit | commitdiff | tree |
2018-06-29 |
Sean Dunn | Add unique_constraint_name to MSSQL FK reflection |
commit | commitdiff | tree |
2018-06-28 |
mike bayer | Merge "Reflect ASC/DESC in MySQL index columns" into... |
commit | commitdiff | tree |
2018-06-28 |
Mike Bayer | Reflect ASC/DESC in MySQL index columns |
commit | commitdiff | tree |
2018-06-28 |
Logan Rosen | Update URL for PyMySQL documentation |
commit | commitdiff | tree |
2018-06-28 |
Mike Bayer | Vendor python3 formatargspec |
commit | commitdiff | tree |
2018-06-28 |
mike bayer | Merge "Add do_setinputsizes event for cx_Oracle" into... |
commit | commitdiff | tree |
2018-06-28 |
Mike Bayer | Try to get mysqlconnector somewhat working |
commit | commitdiff | tree |
2018-06-27 |
Mike Bayer | Add do_setinputsizes event for cx_Oracle |
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 |
next |