sqlalchemy-commits Mailing List for SQLAlchemy (Page 55)
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-09-26 00:01:29
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/01b729e3abf5/ Changeset: 01b729e3abf5 Branch: ticket_3150 User: zzzeek Date: 2014-09-26 00:00:58+00:00 Summary: - refactor - split out _as_declarative into functions - fully factor everything into MapperConfig 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-09-25 21:28:33
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/08f96c8bc59f/ Changeset: 08f96c8bc59f Branch: None User: zzzeek Date: 2014-09-25 20:54:54+00:00 Summary: - try to simplify. do away with after_mapping. Affected #: 5 files https://bitbucket.org/zzzeek/sqlalchemy/commits/1638c31e1440/ Changeset: 1638c31e1440 Branch: ticket_3150 User: zzzeek Date: 2014-09-25 21:28:01+00:00 Summary: - lets create column copies first and fix this problem completely. now we don't need after_mapping at all. 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-09-25 01:10:33
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/3b79eafdbf3b/ Changeset: 3b79eafdbf3b Branch: None User: zzzeek Date: 2014-09-25 00:53:29+00:00 Summary: - simplify. make the base declared_attr memoized. Affected #: 7 files https://bitbucket.org/zzzeek/sqlalchemy/commits/22414000028b/ Changeset: 22414000028b Branch: ticket_3150 User: zzzeek Date: 2014-09-25 01:09:16+00:00 Summary: - clean up imports 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-09-24 23:41:50
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/4cfed27b4511/ Changeset: 4cfed27b4511 Branch: ticket_3150 User: zzzeek Date: 2014-09-24 23:39:53+00:00 Summary: - we've come up with a different way to do #2670, which was the original "hard" way, seems to be working. - try to get docs and tests going for the new declared_attr stuff. A little concerned that the number of variations is going out of control, need to get the docs into shape in a big way. Probably are not going to stress the new modifiers that much, as they really aren't needed in the vast majority of cases. Maybe we want to make memoization the default for declared_attr across the board, though. Affected #: 5 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-09-24 18:50:28
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/42837f4bca6a/ Changeset: 42837f4bca6a Branch: None User: zzzeek Date: 2014-09-24 18:49:30+00:00 Summary: - clarify documentation on exists() that it is preferred to be in the WHERE clause. fixes #3212 Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/98f457a5e2f8/ Changeset: 98f457a5e2f8 Branch: rel_0_9 User: zzzeek Date: 2014-09-24 18:49:59+00:00 Summary: - clarify documentation on exists() that it is preferred to be in the WHERE clause. fixes #3212 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-09-23 21:24:40
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/a9a376850d56/ Changeset: a9a376850d56 Branch: ticket_3150 User: zzzeek Date: 2014-09-23 21:24:11+00:00 Summary: - add the patch, start adding tests 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-09-23 17:25:58
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/360477cc3af8/ Changeset: 360477cc3af8 Branch: None User: zzzeek Date: 2014-09-23 17:25:22+00:00 Summary: - flake8 all of test/ext/declarative Affected #: 5 files https://bitbucket.org/zzzeek/sqlalchemy/commits/fca831552f6c/ Changeset: fca831552f6c Branch: rel_0_9 User: zzzeek Date: 2014-09-23 17:25:38+00:00 Summary: - flake8 all of test/ext/declarative Affected #: 5 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-09-23 03:01:26
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/1dacbb25f86f/ Changeset: 1dacbb25f86f Branch: None User: zzzeek Date: 2014-09-23 02:22:09+00:00 Summary: pep8/flake8 Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/5508388f0325/ Changeset: 5508388f0325 Branch: None User: zzzeek Date: 2014-09-23 03:00:45+00:00 Summary: - The :mod:`sqlalchemy.ext.automap` extension will now set ``cascade="all, delete-orphan"`` automatically on a one-to-many relationship/backref where the foreign key is detected as containing one or more non-nullable columns. This argument is present in the keywords passed to :func:`.automap.generate_relationship` in this case and can still be overridden. Additionally, if the :class:`.ForeignKeyConstraint` specifies ``ondelete="CASCADE"`` for a non-nullable or ``ondelete="SET NULL"`` for a nullable set of columns, the argument ``passive_deletes=True`` is also added to the relationship. Note that not all backends support reflection of ondelete, but backends that do include Postgresql and MySQL. fixes #3210 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-09-19 16:42:25
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/f458ef84569c/ Changeset: f458ef84569c Branch: None User: zzzeek Date: 2014-09-19 16:41:07+00:00 Summary: - these tests don't test anything in SQLAlchemy - from our perpsective, we need to be in transactions (tested elsewhere) and we need to emit the correct FOR UPDATE strings (tested elsewhere). There's nothing in SQLA to be tested as far as validating that for update causes exceptions or not, and these tests frequently fail as they are timing sensitive. Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/863dbfca15da/ Changeset: 863dbfca15da Branch: rel_0_9 User: zzzeek Date: 2014-09-19 16:42:03+00:00 Summary: - these tests don't test anything in SQLAlchemy - from our perpsective, we need to be in transactions (tested elsewhere) and we need to emit the correct FOR UPDATE strings (tested elsewhere). There's nothing in SQLA to be tested as far as validating that for update causes exceptions or not, and these tests frequently fail as they are timing sensitive. 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-09-18 21:55:02
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/b36cdefba273/ Changeset: b36cdefba273 Branch: None User: zzzeek Date: 2014-09-18 21:49:07+00:00 Summary: - Fixed bug that affected generally the same classes of event as that of :ticket:`3199`, when the ``named=True`` parameter would be used. Some events would fail to register, and others would not invoke the event arguments correctly, generally in the case of when an event was "wrapped" for adaption in some other way. The "named" mechanics have been rearranged to not interfere with the argument signature expected by internal wrapper functions. fixes #3197 Affected #: 8 files https://bitbucket.org/zzzeek/sqlalchemy/commits/912ebaa8b02f/ Changeset: 912ebaa8b02f Branch: rel_0_9 User: zzzeek Date: 2014-09-18 21:54:42+00:00 Summary: - Fixed bug that affected generally the same classes of event as that of :ticket:`3199`, when the ``named=True`` parameter would be used. Some events would fail to register, and others would not invoke the event arguments correctly, generally in the case of when an event was "wrapped" for adaption in some other way. The "named" mechanics have been rearranged to not interfere with the argument signature expected by internal wrapper functions. fixes #3197 Conflicts: test/base/test_events.py test/orm/test_attributes.py test/orm/test_events.py Affected #: 8 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-09-18 20:29:27
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/fe5af837dc1b/ Changeset: fe5af837dc1b Branch: None User: zzzeek Date: 2014-09-18 20:28:54+00:00 Summary: fix test 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-09-18 19:43:05
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/c7ec21b29e92/ Changeset: c7ec21b29e92 Branch: None User: zzzeek Date: 2014-09-18 19:42:27+00:00 Summary: - Fixed an unlikely race condition observed in some exotic end-user setups, where the attempt to check for "duplicate class name" in declarative would hit upon a not-totally-cleaned-up weak reference related to some other class being removed; the check here now ensures the weakref still references an object before calling upon it further. fixes #3208 Affected #: 2 files https://bitbucket.org/zzzeek/sqlalchemy/commits/80cd802296af/ Changeset: 80cd802296af Branch: rel_0_9 User: zzzeek Date: 2014-09-18 19:42:51+00:00 Summary: - Fixed an unlikely race condition observed in some exotic end-user setups, where the attempt to check for "duplicate class name" in declarative would hit upon a not-totally-cleaned-up weak reference related to some other class being removed; the check here now ensures the weakref still references an object before calling upon it further. fixes #3208 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-09-18 19:28:03
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/9ae4db27b993/ Changeset: 9ae4db27b993 Branch: None User: zzzeek Date: 2014-09-18 19:24:40+00:00 Summary: - Fixed bug that affected many classes of event, particularly ORM events but also engine events, where the usual logic of "de duplicating" a redundant call to :func:`.event.listen` with the same arguments would fail, for those events where the listener function is wrapped. An assertion would be hit within registry.py. This assertion has now been integrated into the deduplication check, with the added bonus of a simpler means of checking deduplication across the board. fixes #3199 Affected #: 4 files https://bitbucket.org/zzzeek/sqlalchemy/commits/322e2568fb37/ Changeset: 322e2568fb37 Branch: rel_0_9 User: zzzeek Date: 2014-09-18 19:27:43+00:00 Summary: - Fixed bug that affected many classes of event, particularly ORM events but also engine events, where the usual logic of "de duplicating" a redundant call to :func:`.event.listen` with the same arguments would fail, for those events where the listener function is wrapped. An assertion would be hit within registry.py. This assertion has now been integrated into the deduplication check, with the added bonus of a simpler means of checking deduplication across the board. fixes #3199 Conflicts: lib/sqlalchemy/event/registry.py test/base/test_events.py 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-09-18 15:45:36
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/f82f6d55dc05/ Changeset: f82f6d55dc05 Branch: None User: zzzeek Date: 2014-09-18 15:44:48+00:00 Summary: - Added new method :meth:`.Select.with_statement_hint` and ORM method :meth:`.Query.with_statement_hint` to support statement-level hints that are not specific to a table. fixes #3206 Affected #: 6 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-09-17 23:47:03
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/e3f07f7206cf/ Changeset: e3f07f7206cf Branch: None User: zzzeek Date: 2014-09-17 23:43:45+00:00 Summary: - Added support for the Oracle table option ON COMMIT. This is being kept separate from Postgresql's ON COMMIT for now even though ON COMMIT is in the SQL standard; the option is still very specific to temp tables and we eventually would provide a more first class temporary table feature. - oracle can apparently do get_temp_table_names() too, so implement that, fix its get_table_names(), and add it to #3204. fixes #3204 again. Affected #: 6 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-09-17 19:41:23
|
3 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/354e118f4be3/ Changeset: 354e118f4be3 Branch: None User: zzzeek Date: 2014-09-17 19:39:47+00:00 Summary: - we can start checking these flake rules Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/1f2f88d8ffaa/ Changeset: 1f2f88d8ffaa Branch: None User: zzzeek Date: 2014-09-17 19:40:09+00:00 Summary: - not sure what this is testing but remove the self.l that might be contributing to pypy not cleaning up on this one Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/961da32afb4f/ Changeset: 961da32afb4f Branch: rel_0_9 User: zzzeek Date: 2014-09-17 19:41:04+00:00 Summary: - not sure what this is testing but remove the self.l that might be contributing to pypy not cleaning up on this one Conflicts: test/orm/test_eager_relations.py 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-09-17 19:20:45
|
5 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/9d402e204d77/ Changeset: 9d402e204d77 Branch: None User: jerdfelt Date: 2014-09-17 15:01:01+00:00 Summary: Handle sqlite get_unique_constraints() call for temporary tables The sqlite get_unique_constraints() implementation did not do a union against the sqlite_temp_master table like other code does. This could result in an exception being raised if get_unique_constraints() was called against a temporary table. Affected #: 2 files https://bitbucket.org/zzzeek/sqlalchemy/commits/1217d6ce97bd/ Changeset: 1217d6ce97bd Branch: None User: zzzeek Date: 2014-09-17 18:02:34+00:00 Summary: - move this to the correct location Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/cb23fa243f51/ Changeset: cb23fa243f51 Branch: None User: zzzeek Date: 2014-09-17 19:15:21+00:00 Summary: - Added :meth:`.Inspector.get_temp_table_names` and :meth:`.Inspector.get_temp_view_names`; currently, only the SQLite dialect supports these methods. The return of temporary table and view names has been **removed** from SQLite's version of :meth:`.Inspector.get_table_names` and :meth:`.Inspector.get_view_names`; other database backends cannot support this information (such as MySQL), and the scope of operation is different in that the tables can be local to a session and typically aren't supported in remote schemas. fixes #3204 Affected #: 9 files https://bitbucket.org/zzzeek/sqlalchemy/commits/7864f80a62ee/ Changeset: 7864f80a62ee Branch: None User: zzzeek Date: 2014-09-17 19:16:33+00:00 Summary: Merge branch 'sqlite-temp-table-reflection' of https://bitbucket.org/jerdfelt/sqlalchemy/branch/sqlite-temp-table-reflection into pr31 Affected #: 2 files https://bitbucket.org/zzzeek/sqlalchemy/commits/c926df36173e/ Changeset: c926df36173e Branch: None User: zzzeek Date: 2014-09-17 19:19:19+00:00 Summary: - changelog for #3203; fixes #3203 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-09-17 17:13:04
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/4a4cbe5ff2e9/ Changeset: 4a4cbe5ff2e9 Branch: None User: zzzeek Date: 2014-09-17 17:12:41+00:00 Summary: - comment this out (again) 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-09-17 17:12:14
|
4 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/414bc1c64d05/ Changeset: 414bc1c64d05 Branch: None User: zzzeek Date: 2014-09-17 16:41:08+00:00 Summary: - the actual round trip requires password authent set up for the user; we don't actually need a round trip test here as we're only testing reflection. Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/27617986bbeb/ Changeset: 27617986bbeb Branch: None User: zzzeek Date: 2014-09-17 16:41:55+00:00 Summary: keep this off for the moment as jenkins isn't set up for this yet Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/be57def4b909/ Changeset: be57def4b909 Branch: pr128 User: zzzeek Date: 2014-09-17 17:11:22+00:00 Summary: - repair get_foreign_table_names() for PGInsp/dialect level - repair get_view_names() - changelog + migration note Affected #: 6 files https://bitbucket.org/zzzeek/sqlalchemy/commits/3a6cd72beaee/ Changeset: 3a6cd72beaee Branch: None User: zzzeek Date: 2014-09-17 17:11:49+00:00 Summary: Merge branch 'pr128' Affected #: 6 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-09-16 21:41:28
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/a985f84ed622/ Changeset: a985f84ed622 Branch: None User: zzzeek Date: 2014-09-16 23:40:06 Summary: - Fixed the version string detection in the pymssql dialect to work with Microsoft SQL Azure, which changes the word "SQL Server" to "SQL Azure". fixes #3151 Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/0477501eddee/ Changeset: 0477501eddee Branch: rel_0_9 User: zzzeek Date: 2014-09-16 23:41:07 Summary: - Fixed the version string detection in the pymssql dialect to work with Microsoft SQL Azure, which changes the word "SQL Server" to "SQL Azure". fixes #3151 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-09-16 21:25:27
|
12 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/649f06759d93/ Changeset: 649f06759d93 Branch: None User: rclmenezes Date: 2014-08-14 20:47:23 Summary: Added support for postgres_relkind. Affected #: 5 files https://bitbucket.org/zzzeek/sqlalchemy/commits/8af9c7670e07/ Changeset: 8af9c7670e07 Branch: None User: rclmenezes Date: 2014-08-14 23:08:55 Summary: Merge branch 'master' of https://github.com/rclmenezes/sqlalchemy Affected #: 21 files https://bitbucket.org/zzzeek/sqlalchemy/commits/4b26bf2e6f25/ Changeset: 4b26bf2e6f25 Branch: None User: rclmenezes Date: 2014-08-14 23:19:10 Summary: Add a view synonym too for consistency. Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/2f7dce1d6fa4/ Changeset: 2f7dce1d6fa4 Branch: None User: rclmenezes Date: 2014-08-26 18:53:34 Summary: Removed all mentions to postgresql_relkind Affected #: 2 files https://bitbucket.org/zzzeek/sqlalchemy/commits/bcf7a55da016/ Changeset: bcf7a55da016 Branch: None User: rclmenezes Date: 2014-08-26 18:56:54 Summary: Remove relkind from construct arguments. Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/b3f7cd8bf497/ Changeset: b3f7cd8bf497 Branch: None User: rclmenezes Date: 2014-08-26 18:57:00 Summary: Merge branch 'master' of https://github.com/zzzeek/sqlalchemy into feature/postgres-relkind Affected #: 49 files https://bitbucket.org/zzzeek/sqlalchemy/commits/d39be884321d/ Changeset: d39be884321d Branch: None User: rclmenezes Date: 2014-08-26 19:02:19 Summary: Removed changes that are no longer necessary for postgresql_relkind. Also, removed newline changes. Affected #: 2 files https://bitbucket.org/zzzeek/sqlalchemy/commits/fbd2d70a5cfd/ Changeset: fbd2d70a5cfd Branch: None User: rclmenezes Date: 2014-09-03 22:38:43 Summary: Fixing some pep8s and adding get_foreign_tables. Affected #: 4 files https://bitbucket.org/zzzeek/sqlalchemy/commits/619b0be0ce05/ Changeset: 619b0be0ce05 Branch: None User: rclmenezes Date: 2014-09-05 19:37:32 Summary: Added get_foreign_table_names to interface and put it in the test requirements. Affected #: 4 files https://bitbucket.org/zzzeek/sqlalchemy/commits/fd2faa9bc2c6/ Changeset: fd2faa9bc2c6 Branch: None User: rclmenezes Date: 2014-09-05 19:54:48 Summary: Added documentation. Changed my mind - added get_foreign_table_names() only to PGInspect and not in the Dialect. Added tests for PGInspect and removed a bunch of the old test scaffolding. Affected #: 6 files https://bitbucket.org/zzzeek/sqlalchemy/commits/ecda5429af1a/ Changeset: ecda5429af1a Branch: None User: zzzeek Date: 2014-09-16 22:55:05 Summary: Merge remote-tracking branch 'origin/pr/128' into pr128 Affected #: 5 files https://bitbucket.org/zzzeek/sqlalchemy/commits/8546153d5d03/ Changeset: 8546153d5d03 Branch: pr128 User: zzzeek Date: 2014-09-16 23:24:34 Summary: - break out and fix tests for materialized view and foreign tables. foreign tables not working 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-09-16 20:21:57
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/cc3dba01db03/ Changeset: cc3dba01db03 Branch: None User: zzzeek Date: 2014-09-16 22:20:22 Summary: - raise from cause here to preserve stack trace Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/f6f5fc7f17d7/ Changeset: f6f5fc7f17d7 Branch: rel_0_9 User: zzzeek Date: 2014-09-16 22:20:50 Summary: - raise from cause here to preserve stack trace 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-09-16 19:11:36
|
3 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/4f39e3839f8a/ Changeset: 4f39e3839f8a Branch: None User: Jan Date: 2014-09-16 20:54:27 Summary: Added EXASolution dialect to documentation Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/7094193c6159/ Changeset: 7094193c6159 Branch: None User: zzzeek Date: 2014-09-16 21:10:36 Summary: Merge pull request #138 from BY-jk/master Added EXASolution dialect to documentation Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/7b2c3e769bc0/ Changeset: 7b2c3e769bc0 Branch: rel_0_9 User: Jan Date: 2014-09-16 21:11:15 Summary: Added EXASolution dialect to documentation 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-09-16 15:57:32
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/b9d430af752b/ Changeset: b9d430af752b Branch: ticket_3100 User: zzzeek Date: 2014-09-16 17:57:03 Summary: - add differentiating examples of list() vs. iteration 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-09-15 20:31:57
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/d299c40265b7/ Changeset: d299c40265b7 Branch: ticket_3100 User: zzzeek Date: 2014-09-15 22:31:40 Summary: Merge branch 'master' into ticket_3100 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. |