sqlalchemy-commits Mailing List for SQLAlchemy (Page 71)
Brought to you by:
zzzeek
You can subscribe to this list here.
2006 |
Jan
|
Feb
(74) |
Mar
(167) |
Apr
(127) |
May
(190) |
Jun
(119) |
Jul
(77) |
Aug
(82) |
Sep
(84) |
Oct
(153) |
Nov
(45) |
Dec
(54) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2007 |
Jan
(109) |
Feb
(80) |
Mar
(110) |
Apr
(106) |
May
(92) |
Jun
(147) |
Jul
(288) |
Aug
(307) |
Sep
(108) |
Oct
(156) |
Nov
(147) |
Dec
(134) |
2008 |
Jan
(126) |
Feb
(91) |
Mar
(184) |
Apr
(208) |
May
(212) |
Jun
(54) |
Jul
(106) |
Aug
(80) |
Sep
(58) |
Oct
(80) |
Nov
(119) |
Dec
(220) |
2009 |
Jan
(202) |
Feb
(50) |
Mar
(70) |
Apr
(46) |
May
(80) |
Jun
(61) |
Jul
(146) |
Aug
(81) |
Sep
(71) |
Oct
(74) |
Nov
(66) |
Dec
(82) |
2010 |
Jan
(112) |
Feb
(169) |
Mar
(235) |
Apr
(77) |
May
(22) |
Jun
(31) |
Jul
(46) |
Aug
(46) |
Sep
(70) |
Oct
(36) |
Nov
(37) |
Dec
(79) |
2011 |
Jan
(46) |
Feb
(54) |
Mar
(65) |
Apr
(73) |
May
(31) |
Jun
(46) |
Jul
(40) |
Aug
(36) |
Sep
(44) |
Oct
(33) |
Nov
(19) |
Dec
(10) |
2012 |
Jan
(60) |
Feb
(37) |
Mar
(35) |
Apr
(28) |
May
(27) |
Jun
(50) |
Jul
(33) |
Aug
(88) |
Sep
(64) |
Oct
(74) |
Nov
(62) |
Dec
(41) |
2013 |
Jan
(30) |
Feb
(37) |
Mar
(39) |
Apr
(52) |
May
(40) |
Jun
(85) |
Jul
(74) |
Aug
(76) |
Sep
(26) |
Oct
(76) |
Nov
(63) |
Dec
(65) |
2014 |
Jan
(68) |
Feb
(82) |
Mar
(87) |
Apr
(24) |
May
(66) |
Jun
(34) |
Jul
(86) |
Aug
(75) |
Sep
(70) |
Oct
(41) |
Nov
(23) |
Dec
(53) |
2015 |
Jan
(40) |
Feb
(39) |
Mar
(69) |
Apr
(64) |
May
(40) |
Jun
(43) |
Jul
(20) |
Aug
(48) |
Sep
(38) |
Oct
(28) |
Nov
(34) |
Dec
(44) |
2016 |
Jan
(82) |
Feb
(49) |
Mar
(25) |
Apr
(21) |
May
(19) |
Jun
(46) |
Jul
(38) |
Aug
(21) |
Sep
(33) |
Oct
(44) |
Nov
(26) |
Dec
(10) |
2017 |
Jan
(52) |
Feb
(18) |
Mar
(61) |
Apr
(43) |
May
(57) |
Jun
(36) |
Jul
(37) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: Bitbucket <com...@bi...> - 2014-03-13 23:05:52
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/8433a48fabbb/ Changeset: 8433a48fabbb Branch: None User: zzzeek Date: 2014-03-13 23:54:56 Summary: - add more support for suite tests, moving some tests from test_query out to suite and adding some more requirements Affected #: 5 files https://bitbucket.org/zzzeek/sqlalchemy/commits/dd40c638857d/ Changeset: dd40c638857d Branch: None User: zzzeek Date: 2014-03-14 00:05:22 Summary: - add a suite test for underscore as initial char Affected #: 1 file Repository URL: https://bitbucket.org/zzzeek/sqlalchemy/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. |
From: Bitbucket <com...@bi...> - 2014-03-12 21:33:46
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/a7ef7eccaaca/ Changeset: a7ef7eccaaca Branch: None User: zzzeek Date: 2014-03-12 20:09:48 Summary: :paramref:`.MetaData.naming_convention` feature will now also apply to :class:`.CheckConstraint` objects that are associated directly with a :class:`.Column` instead of just on the :class:`.Table`. Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/36792434c74d/ Changeset: 36792434c74d Branch: master User: zzzeek Date: 2014-03-12 22:33:03 Summary: - Added a new feature :func:`.schema.conv`, the purpose of which is to mark a constraint name as already having had a naming convention applied. This token will be used by Alembic migrations as of Alembic 0.6.4 in order to render constraints in migration scripts with names marked as already having been subject to a naming convention. re: #2991 Affected #: 4 files Repository URL: https://bitbucket.org/zzzeek/sqlalchemy/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. |
From: Bitbucket <com...@bi...> - 2014-03-12 18:47:52
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/d85d6f9a3f1d/ Changeset: d85d6f9a3f1d Branch: master User: zzzeek Date: 2014-03-12 19:46:55 Summary: - Fixed bug in new :paramref:`.MetaData.naming_convention` feature where the name of a check constraint making use of the `"%(constraint_name)s"` token would get doubled up for the constraint generated by a boolean or enum type, and overall duplicate events would cause the `"%(constraint_name)s"` token to keep compounding itself. fixes #2991 Affected #: 4 files Repository URL: https://bitbucket.org/zzzeek/sqlalchemy/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. |
From: Bitbucket <com...@bi...> - 2014-03-11 22:06:47
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/66338e33bfea/ Changeset: 66338e33bfea Branch: None User: zzzeek Date: 2014-03-11 23:06:20 Summary: unitttest has a SkipTest also but pytest doesn't honor it unless nose is imported too... Affected #: 1 file Repository URL: https://bitbucket.org/zzzeek/sqlalchemy/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. |
From: Bitbucket <com...@bi...> - 2014-03-11 21:10:54
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/50f0d9be33d1/ Changeset: 50f0d9be33d1 Branch: None User: zzzeek Date: 2014-03-11 22:10:16 Summary: add a string example for self-refenretial many-to-many Affected #: 1 file Repository URL: https://bitbucket.org/zzzeek/sqlalchemy/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. |
From: Bitbucket <com...@bi...> - 2014-03-11 16:39:41
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/009df6a3d041/ Changeset: 009df6a3d041 Branch: None User: zzzeek Date: 2014-03-11 17:27:10 Summary: - Added a new keyword argument ``once=True`` to :func:`.event.listen` and :func:`.event.listens_for`. This is a convenience feature which will wrap the given listener such that it is only invoked once. Affected #: 6 files https://bitbucket.org/zzzeek/sqlalchemy/commits/b7169f66d7ca/ Changeset: b7169f66d7ca Branch: None User: zzzeek Date: 2014-03-11 17:39:00 Summary: - A warning is emitted if the :meth:`.MapperEvents.before_configured` or :meth:`.MapperEvents.after_configured` events are applied to a specific mapper or mapped class, as the events are only invoked for the :class:`.Mapper` target at the general level. Affected #: 3 files Repository URL: https://bitbucket.org/zzzeek/sqlalchemy/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. |
From: Bitbucket <com...@bi...> - 2014-03-11 15:41:29
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/14b39c8dd9f8/ Changeset: 14b39c8dd9f8 Branch: rel_0_8 User: zzzeek Date: 2014-03-11 16:38:50 Summary: Merge pull request #79 from nibrahim/master Fixes argument number in docs Affected #: 1 file Repository URL: https://bitbucket.org/zzzeek/sqlalchemy/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. |
From: Bitbucket <com...@bi...> - 2014-03-11 15:31:51
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/8b0bf5784055/ Changeset: 8b0bf5784055 Branch: None User: Noufal Ibrahim Date: 2014-03-11 12:52:01 Summary: Fixes argument number in docs The selectable is the third argument to with_polymorphic. Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/043dc4a2c1ee/ Changeset: 043dc4a2c1ee Branch: None User: zzzeek Date: 2014-03-11 16:30:33 Summary: Merge pull request #79 from nibrahim/master Fixes argument number in docs Affected #: 1 file Repository URL: https://bitbucket.org/zzzeek/sqlalchemy/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. |
From: Bitbucket <com...@bi...> - 2014-03-09 23:15:32
|
6 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/078621494eb9/ Changeset: 078621494eb9 Branch: None User: Marc Abramowitz Date: 2014-02-27 23:45:56 Summary: Update URL for pymssql Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/c1b7c2db1970/ Changeset: c1b7c2db1970 Branch: None User: Marc Abramowitz Date: 2014-02-28 03:45:31 Summary: Update pymssql dialect description, remove "limitations" section Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/e226caa968e1/ Changeset: e226caa968e1 Branch: None User: Marc Abramowitz Date: 2014-03-03 18:15:28 Summary: dialects/mssql/pymssql.py: Remove second two paragraphs, as requested by @zzzeek. Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/d35d840c4105/ Changeset: d35d840c4105 Branch: None User: zzzeek Date: 2014-03-10 00:08:45 Summary: Merge pull request #75 from msabramo/pymssql_update_web_site Update URL for pymssql Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/dbd1015d819e/ Changeset: dbd1015d819e Branch: None User: zzzeek Date: 2014-03-10 00:13:35 Summary: take out the support paragraph and just put a basic intro Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/cd3c5dd45e87/ Changeset: cd3c5dd45e87 Branch: rel_0_8 User: zzzeek Date: 2014-03-10 00:14:21 Summary: merge new links to rel_0_8 Affected #: 1 file Repository URL: https://bitbucket.org/zzzeek/sqlalchemy/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. |
From: Bitbucket <com...@bi...> - 2014-03-08 18:53:01
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/c9843bb395b3/ Changeset: c9843bb395b3 Branch: master User: zzzeek Date: 2014-03-08 19:52:27 Summary: put fails for these various things that don't work on pypy, not sure what approach should be taken Affected #: 1 file Repository URL: https://bitbucket.org/zzzeek/sqlalchemy/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. |
From: Bitbucket <com...@bi...> - 2014-03-07 23:37:03
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/63bb4ec5ab75/ Changeset: 63bb4ec5ab75 Branch: master User: zzzeek Date: 2014-03-07 23:26:57 Summary: import testing needs to be here as we set .db on it Affected #: 1 file Repository URL: https://bitbucket.org/zzzeek/sqlalchemy/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. |
From: Bitbucket <com...@bi...> - 2014-03-06 16:59:31
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/a4e84a154c51/ Changeset: a4e84a154c51 Branch: master User: zzzeek Date: 2014-03-06 17:57:54 Summary: - cx_oracle test for "unicode returns" needs to be cx_oracle only, and also will fail on py3k. - enhance exclusions so that a requirement attribute can be passed to fails_if/skip_if. - fix coverage docs to mention pytest. Affected #: 4 files Repository URL: https://bitbucket.org/zzzeek/sqlalchemy/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. |
From: Bitbucket <com...@bi...> - 2014-03-05 23:59:51
|
3 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/c4dede6e7c14/ Changeset: c4dede6e7c14 Branch: None User: cito Date: 2014-02-27 21:15:21 Summary: Restore coercion to unicode with cx_Oracle. This feature is now turned off by default. Affected #: 2 files https://bitbucket.org/zzzeek/sqlalchemy/commits/321a668ccd83/ Changeset: 321a668ccd83 Branch: None User: zzzeek Date: 2014-03-06 00:16:11 Summary: Merge branch 'master' of https://github.com/Cito/sqlalchemy into t Affected #: 2 files https://bitbucket.org/zzzeek/sqlalchemy/commits/4175ca20508b/ Changeset: 4175ca20508b Branch: None User: zzzeek Date: 2014-03-06 00:58:37 Summary: - changelog for pullreq github:74 - various improvemnts to oracle docs, rewrite section on unicode, more linking, enhance section on resolve_synonyms Affected #: 3 files Repository URL: https://bitbucket.org/zzzeek/sqlalchemy/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. |
From: Bitbucket <com...@bi...> - 2014-03-05 23:14:52
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/5299352ccfbc/ Changeset: 5299352ccfbc Branch: None User: zzzeek Date: 2014-03-06 00:07:24 Summary: ignore .patch files Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/48b82aebc3cd/ Changeset: 48b82aebc3cd Branch: None User: zzzeek Date: 2014-03-06 00:14:09 Summary: - Fixed small issue in :class:`.SingletonThreadPool` where the current connection to be returned might get inadvertently cleaned out during the "cleanup" process. Patch courtesy jd23. Affected #: 2 files Repository URL: https://bitbucket.org/zzzeek/sqlalchemy/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. |
From: Bitbucket <com...@bi...> - 2014-03-05 14:52:48
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/a5f8a04f6b7b/ Changeset: a5f8a04f6b7b Branch: None User: zzzeek Date: 2014-03-05 15:51:55 Summary: - finding myself still using nose for short runs as it starts up faster, let's stay on the fence. Affected #: 1 file Repository URL: https://bitbucket.org/zzzeek/sqlalchemy/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. |
From: Bitbucket <com...@bi...> - 2014-03-04 23:18:47
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/ab2b3b0862c4/ Changeset: ab2b3b0862c4 Branch: None User: zzzeek Date: 2014-03-05 00:17:53 Summary: pytest calls all the descriptors. and we can't call this one unconditionally Affected #: 1 file Repository URL: https://bitbucket.org/zzzeek/sqlalchemy/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. |
From: Bitbucket <com...@bi...> - 2014-03-04 17:58:48
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/81783a6241c5/ Changeset: 81783a6241c5 Branch: None User: zzzeek Date: 2014-03-04 18:58:14 Summary: - no unitest.SkipTest in 2.6...arggggg Affected #: 1 file Repository URL: https://bitbucket.org/zzzeek/sqlalchemy/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. |
From: Bitbucket <com...@bi...> - 2014-03-04 17:52:13
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/c6f540da58a6/ Changeset: c6f540da58a6 Branch: None User: zzzeek Date: 2014-03-04 18:51:23 Summary: cut out the BS as far as MySQLdb urls, put the one url everyone should be using Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/14c74a8fb55f/ Changeset: 14c74a8fb55f Branch: rel_0_8 User: zzzeek Date: 2014-03-04 18:51:51 Summary: cut out the BS as far as MySQLdb urls, put the one url everyone should be using Affected #: 1 file Repository URL: https://bitbucket.org/zzzeek/sqlalchemy/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. |
From: Bitbucket <com...@bi...> - 2014-03-04 16:02:01
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/d6e8d5eddbca/ Changeset: d6e8d5eddbca Branch: None User: zzzeek Date: 2014-03-04 16:59:27 Summary: - Fixed bug in association proxy where assigning an empty slice (e.g. ``x[:] = [...]``) would fail on Py3k. Affected #: 3 files Repository URL: https://bitbucket.org/zzzeek/sqlalchemy/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. |
From: Bitbucket <com...@bi...> - 2014-03-04 05:45:22
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/f3becf64df39/ Changeset: f3becf64df39 Branch: master User: zzzeek Date: 2014-03-04 06:44:57 Summary: add a seealso here Affected #: 2 files Repository URL: https://bitbucket.org/zzzeek/sqlalchemy/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. |
From: Bitbucket <com...@bi...> - 2014-03-03 23:44:00
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/2469b651e610/ Changeset: 2469b651e610 Branch: master User: zzzeek Date: 2014-03-04 00:43:28 Summary: fix the profiling ids here Affected #: 2 files Repository URL: https://bitbucket.org/zzzeek/sqlalchemy/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. |
From: Bitbucket <com...@bi...> - 2014-03-03 21:18:29
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/66470d8656a7/ Changeset: 66470d8656a7 Branch: None User: zzzeek Date: 2014-03-03 22:18:09 Summary: fix pypy failures Affected #: 1 file Repository URL: https://bitbucket.org/zzzeek/sqlalchemy/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. |
From: Bitbucket <com...@bi...> - 2014-03-03 20:57:19
|
4 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/4e8f8d549906/ Changeset: 4e8f8d549906 Branch: None User: zzzeek Date: 2014-03-03 20:44:52 Summary: - fix oracle failures here due to mis-ordering Affected #: 2 files https://bitbucket.org/zzzeek/sqlalchemy/commits/15866e58e206/ Changeset: 15866e58e206 Branch: None User: zzzeek Date: 2014-03-03 21:43:46 Summary: - documentation and changelog Affected #: 5 files https://bitbucket.org/zzzeek/sqlalchemy/commits/5793d7ff4791/ Changeset: 5793d7ff4791 Branch: multi_db_tests User: zzzeek Date: 2014-03-03 21:44:41 Summary: edit Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/ea05a2321819/ Changeset: ea05a2321819 Branch: None User: zzzeek Date: 2014-03-03 21:55:17 Summary: - Support has been added for pytest to run tests. This runner is currently being supported in addition to nose, and will likely be preferred to nose going forward. The nose plugin system used by SQLAlchemy has been split out so that it works under pytest as well. There are no plans to drop support for nose at the moment and we hope that the test suite itself can continue to remain as agnostic of testing platform as possible. See the file README.unittests.rst for updated information on running tests with pytest. The test plugin system has also been enhanced to support running tests against mutiple database URLs at once, by specifying the ``--db`` and/or ``--dburi`` flags multiple times. This does not run the entire test suite for each database, but instead allows test cases that are specific to certain backends make use of that backend as the test is run. When using pytest as the test runner, the system will also run specific test suites multiple times, once for each database, particularly those tests within the "dialect suite". The plan is that the enhanced system will also be used by Alembic, and allow Alembic to run migration operation tests against multiple backends in one run, including third-party backends not included within Alembic itself. Third party dialects and extensions are also encouraged to standardize on SQLAlchemy's test suite as a basis; see the file README.dialects.rst for background on building out from SQLAlchemy's test platform. Affected #: 47 files Repository URL: https://bitbucket.org/zzzeek/sqlalchemy/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. |
From: Bitbucket <com...@bi...> - 2014-03-03 18:56:07
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/f94122757407/ Changeset: f94122757407 Branch: multi_db_tests User: zzzeek Date: 2014-03-03 19:55:36 Summary: hey we can use unittest.SkipTest Affected #: 3 files Repository URL: https://bitbucket.org/zzzeek/sqlalchemy/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. |
From: Bitbucket <com...@bi...> - 2014-03-03 18:42:20
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/a203233a1196/ Changeset: a203233a1196 Branch: None User: zzzeek Date: 2014-03-03 19:27:32 Summary: - transfer to non-unittest usage. a little more tricky. Affected #: 4 files https://bitbucket.org/zzzeek/sqlalchemy/commits/23d9778514fe/ Changeset: 23d9778514fe Branch: multi_db_tests User: zzzeek Date: 2014-03-03 19:41:38 Summary: figure out module location a bit better Affected #: 2 files Repository URL: https://bitbucket.org/zzzeek/sqlalchemy/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. |