]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/shortlog
thirdparty/sqlalchemy/sqlalchemy.git
2016-09-12  Mike Bayer- add caveat for bulk deletes that they are generally...
2016-09-01  Mike Bayer- 1.0.15 rel_1_0_15
2016-09-01  Mike BayerSupport all MySQL/Connector int/bool arguments
2016-08-31  Edouard BertheCorrects typo
2016-08-28  Michael WilliamsonFix table reference in PostgreSQL documentation
2016-08-16  Romuald BrunetFix documentation basic example (missing imports)
2016-08-15  Mike BayerRework _apply_joins(), _prep_for_joins() totally
2016-08-13  mike bayerMerge "Ensure final link in subqueryload join is correc...
2016-08-13  Mike Bayer- fill in forwards-ports for 1.1 in 1.0 changelog
2016-08-13  Mike BayerEnsure final link in subqueryload join is correct
2016-08-11  Mike Bayer- add another example for chained polymorphic eager...
2016-08-11  Mike Bayer- small updates to polymorphic eager loading, cross...
2016-08-02  brlnWarn that bulk save groups inserts/updates by type
2016-08-02  Jeff WidmanFix typo
2016-08-02  Michael WilliamsonFix reference to _declarative_constructor in docstring
2016-07-27  Mike Bayer- Document how SQL Server does MAX with VARCHAR, NVARCHAR
2016-07-24  Mike BayerAllow Table._reset_exported to silently pass
2016-07-24  Mike Bayer- a variety of test adjustments to accomodate for MySQL 5.7
2016-07-12  Mark HahnenbergFix issue with unbaking subqueries
2016-07-12  Mike Bayer- 1.0.15 for dev
2016-07-12  Shige TakedaUpdate index.rst
2016-07-12  Shige TakedaUpdate index.rst
2016-07-07  Mike Bayer- fix typo
2016-07-07  Mike BayerAdd additional documentation re: JSONEncodedDict
2016-07-06  Mike Bayer- 1.0.14 rel_1_0_14
2016-07-05  Mike BayerAdapt "FOR UPDATE OF" with Oracle limit/offset
2016-07-04  Mike BayerRepair PG BIGSERIAL w/ TypeDecorator, Variant
2016-07-01  Mike Bayer- add backports
2016-07-01  Mike BayerPreserve type for math negation
2016-07-01  Mike Bayer- revert the RTD reqs workaround, we are self-hosting now
2016-06-29  Pieter MulderRepair pickling for Properties object
2016-06-18  Mike Bayer- update alembic link
2016-06-15  Mike Bayer- dont use id() to test identity as these can be recycled
2016-06-15  Mike Bayer- flake8
2016-06-13  Mike BayerDeprecate FromClause.count() (pending for 1.1)
2016-06-10  Mike BayerEnsure CTE internals are handled during clone
2016-06-03  Mike Bayer- use a mock here, do away with timing problems for...
2016-06-03  mike bayerMerge "Skip UniqueConstraint marked by unique=True...
2016-06-02  Mike Bayer- limit oracle DB reaps to identifiers generated from...
2016-06-02  Mike BayerSkip UniqueConstraint marked by unique=True in tometadata
2016-05-31  Adam ChainzConvert readthedocs link for their .org -> .io migratio...
2016-05-24  Ville SkyttäSpelling fixes: "an SQL" -> "a SQL", see #266
2016-05-24  Ville SkyttäSpelling fixes: "the a"
2016-05-24  vytotasFix typo in config result.py docs
2016-05-24  Mike BayerRepair dictlike-polymorphic
2016-05-18  Mike BayerSupport "blank" schema when MetaData.schema is set
2016-05-16  Mike Bayer- 1.0.13 rel_1_0_13
2016-05-16  mike bayerMerge "Fix TypeError during cx_Oracle connection" into...
2016-05-16  Mike BayerAccommodate "callable" bound param in evaluator
2016-05-16  Mike BayerFix formatting on test_evaluator
2016-05-16  John VandenbergFix TypeError during cx_Oracle connection
2016-05-14  Iuri de SilvioHandle `SSL error: decryption failed or bad record...
2016-05-13  Mark Sandanchange "psotgresql" to 'postgresql' in decorator
2016-05-12  Frank Carnovaletypo in glossary#release: s/proces/process/
2016-05-12  Frank Carnovaletypo in glossary#FROMclause: s/incicates/indicates/
2016-05-12  Frank Carnovaletypo in glossary#instrumentation: s/behviors/behaviors/
2016-05-12  Mike BayerAdd close_with_result to pessimistic connection example
2016-05-10  Mike BayerFix label referencing in SQL Server OFFSET logic
2016-05-10  Mike BayerCheck for duplicate calls to register_attribute_impl
2016-05-05  Mike BayerRepair _orm_columns() to accommodate text()
2016-05-04  Jeffrey FinkelsteinCorrects typo: plural of vertex is vertices.
2016-05-04  Jeffrey FinkelsteinAdds parentheses around print statements in docs.
2016-05-04  Jeffrey FinkelsteinCorrects some references in ORM documentation.
2016-05-04  Ville SkyttäLet logging format messages on demand, use warning...
2016-04-27  Mike BayerFix pymssql sample URL
2016-04-27  jfinkelsAdds parentheses around prints in documentation
2016-04-27  Mike BayerDon't double-process ResultMetaData for BufferedColumnR...
2016-04-27  Mike BayerSimplify directed graph example
2016-04-24  Mike Bayer - don't use --dropfirst when we are using ad-hoc DBs...
2016-04-21  Mike BayerFix result set handling for case insensitive dupe cols
2016-04-20  EthanUpdate tutorial.rst
2016-04-12  Mike Bayer- default branch rel_1_0
2016-04-09  Eoghan MurrayMention the correct way of adding multiple attributes...
2016-04-09  Rachid BelaidFix typo from "addreses" to "addresses"
2016-04-06  Ville SkyttäFix some broken links in docs
2016-04-06  Mike Bayer- Move review to gerrit.sqlalchemy.org
2016-03-31  Mike Bayer- Add a git review file
2016-03-30  Mike Bayer- move all resultproxy tests intio test_resultset,...
2016-03-30  PatrickDocstring Fix
2016-03-30  NestorTejeroredundant "using the by changing" -> "using the"
2016-03-21  Marius GedminasReST fix: missing backtick
2016-03-21  Mike Bayer- Fixed bug where the negation of an EXISTS expression...
2016-03-17  Benjamin DopplingerFix typo
2016-03-15  Mike Bayer- ensure engine is restored even if we had a failure...
2016-03-15  Mike Bayer- backport doc improvements from 31f96c27a5fea302358ba5...
2016-03-15  Mike Bayer- add notes for pyodbc limitations with rowcount fixes...
2016-03-13  jfinkelsAdds documentation to Query.slice().
2016-03-09  falkersonUpdate cascades.rst
2016-03-08  Mike Bayer- skip GC tests here when coverage is enabled, seems...
2016-03-03  Mike Bayer- not sure why MySQL DROP DBs fail but we can't just...
2016-03-03  Mike Bayer- move out unconsumed names tests from test_compiler...
2016-03-03  Mike Bayer- changelog for #3666, fixes #3666
2016-03-03  Athena YaoAdd test for inserting multiple values
2016-03-03  Athena YaoRaise exception when we have multiple values with an...
2016-02-26  Mike Bayer- unfortunately calling upon "_label" here makes it...
2016-02-26  Mike Bayer- Anonymous labeling is applied to a :attr:`.func`...
2016-02-22  Mike Bayer- additional adjustment to the fix made in 8ad968f33100...
2016-02-22  Mike Bayer- Fixed bug in "to_list" conversion where a single...
2016-02-21  Mike Bayer- reworked the way the "select_wraps_for" expression is
2016-02-21  Mike Bayer- version bump
next