]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
happy new year
authorMike Bayer <mike_mp@zzzcomputing.com>
Tue, 1 Jan 2008 17:42:17 +0000 (17:42 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 1 Jan 2008 17:42:17 +0000 (17:42 +0000)
35 files changed:
LICENSE
doc/build/content/copyright.txt
lib/sqlalchemy/__init__.py
lib/sqlalchemy/databases/__init__.py
lib/sqlalchemy/databases/firebird.py
lib/sqlalchemy/databases/informix.py
lib/sqlalchemy/databases/mysql.py
lib/sqlalchemy/databases/oracle.py
lib/sqlalchemy/databases/postgres.py
lib/sqlalchemy/databases/sqlite.py
lib/sqlalchemy/engine/__init__.py
lib/sqlalchemy/engine/base.py
lib/sqlalchemy/engine/default.py
lib/sqlalchemy/exceptions.py
lib/sqlalchemy/logging.py
lib/sqlalchemy/orm/__init__.py
lib/sqlalchemy/orm/attributes.py
lib/sqlalchemy/orm/dependency.py
lib/sqlalchemy/orm/interfaces.py
lib/sqlalchemy/orm/mapper.py
lib/sqlalchemy/orm/properties.py
lib/sqlalchemy/orm/query.py
lib/sqlalchemy/orm/session.py
lib/sqlalchemy/orm/strategies.py
lib/sqlalchemy/orm/sync.py
lib/sqlalchemy/orm/unitofwork.py
lib/sqlalchemy/orm/uowdumper.py
lib/sqlalchemy/orm/util.py
lib/sqlalchemy/pool.py
lib/sqlalchemy/schema.py
lib/sqlalchemy/sql/compiler.py
lib/sqlalchemy/sql/expression.py
lib/sqlalchemy/topological.py
lib/sqlalchemy/types.py
lib/sqlalchemy/util.py

diff --git a/LICENSE b/LICENSE
index 73cedc004e8c09defd1de0e93e6f045fdbc9fe2f..77490f74685b8d9b256f0ca3cfda4175d73f6d7e 100644 (file)
--- a/LICENSE
+++ b/LICENSE
@@ -1,6 +1,6 @@
 This is the MIT license: http://www.opensource.org/licenses/mit-license.php
 
-Copyright (c) 2005, 2006, 2007 Michael Bayer and contributors. SQLAlchemy is a trademark of Michael
+Copyright (c) 2005, 2006, 2007, 2008 Michael Bayer and contributors. SQLAlchemy is a trademark of Michael
 Bayer.
 
 Permission is hereby granted, free of charge, to any person obtaining a copy of this
index bc76e9f64066dba44d7d3c7f51c60a0fb075f1e2..a9e2cb228f97bef8c20b1522e3f7edc7c01fe9fe 100644 (file)
@@ -3,7 +3,7 @@ Appendix:  Copyright {@name=copyright}
 
 This is the MIT license: http://www.opensource.org/licenses/mit-license.php
 
-Copyright (c) 2005, 2006, 2007 Michael Bayer and contributors. SQLAlchemy is a trademark of Michael
+Copyright (c) 2005, 2006, 2007, 2008 Michael Bayer and contributors. SQLAlchemy is a trademark of Michael
 Bayer.
 
 Permission is hereby granted, free of charge, to any person obtaining a copy of this
index 39a13ff7eed43b593f1c9a901941089f01126527..a3407e5a73f6bbb8bb1605818d0582a72ad5b50a 100644 (file)
@@ -1,5 +1,5 @@
 # __init__.py
-# Copyright (C) 2005, 2006, 2007 Michael Bayer mike_mp@zzzcomputing.com
+# Copyright (C) 2005, 2006, 2007, 2008 Michael Bayer mike_mp@zzzcomputing.com
 #
 # This module is part of SQLAlchemy and is released under
 # the MIT License: http://www.opensource.org/licenses/mit-license.php
index c4c60c2b45b4975e88565ac230e0ba83000ae6dd..57a8321d7993b22f7ba444a793176515ce8d21ae 100644 (file)
@@ -1,5 +1,5 @@
 # __init__.py
-# Copyright (C) 2005, 2006, 2007 Michael Bayer mike_mp@zzzcomputing.com
+# Copyright (C) 2005, 2006, 2007, 2008 Michael Bayer mike_mp@zzzcomputing.com
 #
 # This module is part of SQLAlchemy and is released under
 # the MIT License: http://www.opensource.org/licenses/mit-license.php
index a86dfb23fd651956d72504266f982f87fd4173ad..9dca32a3369bbb3a16892048164d3318bdfd60d9 100644 (file)
@@ -1,5 +1,5 @@
 # firebird.py
-# Copyright (C) 2005, 2006, 2007 Michael Bayer mike_mp@zzzcomputing.com
+# Copyright (C) 2005, 2006, 2007, 2008 Michael Bayer mike_mp@zzzcomputing.com
 #
 # This module is part of SQLAlchemy and is released under
 # the MIT License: http://www.opensource.org/licenses/mit-license.php
index 6b01bfc224193eb3169ace961c602bc94f01ce78..f04d53f0f3df414cd7af5209d10c079a4f881069 100644 (file)
@@ -1,5 +1,5 @@
 # informix.py
-# Copyright (C) 2005,2006 Michael Bayer mike_mp@zzzcomputing.com
+# Copyright (C) 2005,2006, 2007, 2008 Michael Bayer mike_mp@zzzcomputing.com
 #
 # coding: gbk
 #
index a738887f47a1e2f36f4a41150d8bf3e6f1c6f291..c81148b7ec45abb6e8dcf785af6b8621d0e65c76 100644 (file)
@@ -1,5 +1,5 @@
 # mysql.py
-# Copyright (C) 2005, 2006, 2007 Michael Bayer mike_mp@zzzcomputing.com
+# Copyright (C) 2005, 2006, 2007, 2008 Michael Bayer mike_mp@zzzcomputing.com
 #
 # This module is part of SQLAlchemy and is released under
 # the MIT License: http://www.opensource.org/licenses/mit-license.php
index 99cfbbb3ab4312403830c26700e4e6cf45297866..163b4f58b88ef862684fa4891861972a9dd6f836 100644 (file)
@@ -1,5 +1,5 @@
 # oracle.py
-# Copyright (C) 2005, 2006, 2007 Michael Bayer mike_mp@zzzcomputing.com
+# Copyright (C) 2005, 2006, 2007, 2008 Michael Bayer mike_mp@zzzcomputing.com
 #
 # This module is part of SQLAlchemy and is released under
 # the MIT License: http://www.opensource.org/licenses/mit-license.php
index 4203814d017ab995f903499b25cf564ad55a97c2..c21d803d3e8b53e87460179eb81023444b5a0b2d 100644 (file)
@@ -1,5 +1,5 @@
 # postgres.py
-# Copyright (C) 2005, 2006, 2007 Michael Bayer mike_mp@zzzcomputing.com
+# Copyright (C) 2005, 2006, 2007, 2008 Michael Bayer mike_mp@zzzcomputing.com
 #
 # This module is part of SQLAlchemy and is released under
 # the MIT License: http://www.opensource.org/licenses/mit-license.php
index 0d673e9ab629952280780b34a14b35443492dab9..fa4466688e9a799c3a53d64754ae2c23d09b68ae 100644 (file)
@@ -1,5 +1,5 @@
 # sqlite.py
-# Copyright (C) 2005, 2006, 2007 Michael Bayer mike_mp@zzzcomputing.com
+# Copyright (C) 2005, 2006, 2007, 2008 Michael Bayer mike_mp@zzzcomputing.com
 #
 # This module is part of SQLAlchemy and is released under
 # the MIT License: http://www.opensource.org/licenses/mit-license.php
index 75872171262b5365fed5e0cc24385109b51899c6..443f74c2acc718493d9a2b1537ed4ba9c2c37bb6 100644 (file)
@@ -1,5 +1,5 @@
 # engine/__init__.py
-# Copyright (C) 2005, 2006, 2007 Michael Bayer mike_mp@zzzcomputing.com
+# Copyright (C) 2005, 2006, 2007, 2008 Michael Bayer mike_mp@zzzcomputing.com
 #
 # This module is part of SQLAlchemy and is released under
 # the MIT License: http://www.opensource.org/licenses/mit-license.php
index 83f22729c3b83f7da2e270a336a8568482ea0895..e3433a06be9f037ff0e996cc84f54d40f3b07255 100644 (file)
@@ -1,5 +1,5 @@
 # engine/base.py
-# Copyright (C) 2005, 2006, 2007 Michael Bayer mike_mp@zzzcomputing.com
+# Copyright (C) 2005, 2006, 2007, 2008 Michael Bayer mike_mp@zzzcomputing.com
 #
 # This module is part of SQLAlchemy and is released under
 # the MIT License: http://www.opensource.org/licenses/mit-license.php
index d113bc50fba4fad29c2ded06457ec08954124be6..16d55e5b8ea7bfa3909e835f9c0073b658a0189a 100644 (file)
@@ -1,5 +1,5 @@
 # engine/default.py
-# Copyright (C) 2005, 2006, 2007 Michael Bayer mike_mp@zzzcomputing.com
+# Copyright (C) 2005, 2006, 2007, 2008 Michael Bayer mike_mp@zzzcomputing.com
 #
 # This module is part of SQLAlchemy and is released under
 # the MIT License: http://www.opensource.org/licenses/mit-license.php
index 530ce3e3a2bdf56c5c9a4edb7b6953d39f194b35..8dbbb91c842a7dfd89e22a2c26a9846379a9b5a6 100644 (file)
@@ -1,5 +1,5 @@
 # exceptions.py - exceptions for SQLAlchemy
-# Copyright (C) 2005, 2006, 2007 Michael Bayer mike_mp@zzzcomputing.com
+# Copyright (C) 2005, 2006, 2007, 2008 Michael Bayer mike_mp@zzzcomputing.com
 #
 # This module is part of SQLAlchemy and is released under
 # the MIT License: http://www.opensource.org/licenses/mit-license.php
index a503816baf2f6d686e9bf0954e803049ee1e775a..7c2bd636c51cec7d74881154f8cc9d34337e97bc 100644 (file)
@@ -1,5 +1,5 @@
 # logging.py - adapt python logging module to SQLAlchemy
-# Copyright (C) 2006, 2007 Michael Bayer mike_mp@zzzcomputing.com
+# Copyright (C) 2006, 2007, 2008 Michael Bayer mike_mp@zzzcomputing.com
 #
 # This module is part of SQLAlchemy and is released under
 # the MIT License: http://www.opensource.org/licenses/mit-license.php
index 8bff42d2c40b7c8baa4946e6ff3bea6fc580ed79..12bbc3af4ef266e86a9cbba81e52cfca145b7d81 100644 (file)
@@ -1,5 +1,5 @@
 # mapper/__init__.py
-# Copyright (C) 2005, 2006, 2007 Michael Bayer mike_mp@zzzcomputing.com
+# Copyright (C) 2005, 2006, 2007, 2008 Michael Bayer mike_mp@zzzcomputing.com
 #
 # This module is part of SQLAlchemy and is released under
 # the MIT License: http://www.opensource.org/licenses/mit-license.php
index 09406652a9afe755bf4017bde5f7754d4e993720..0937568e2fa7539e058b6d840cae3fbd349a5f05 100644 (file)
@@ -1,5 +1,5 @@
 # attributes.py - manages object attributes
-# Copyright (C) 2005, 2006, 2007 Michael Bayer mike_mp@zzzcomputing.com
+# Copyright (C) 2005, 2006, 2007, 2008 Michael Bayer mike_mp@zzzcomputing.com
 #
 # This module is part of SQLAlchemy and is released under
 # the MIT License: http://www.opensource.org/licenses/mit-license.php
index c26e186bdf524ffa88411457cb0205a98e9f2a43..c28598542870dea38b73b3f9a02bd055d4b44100 100644 (file)
@@ -1,5 +1,5 @@
 # orm/dependency.py
-# Copyright (C) 2005, 2006, 2007 Michael Bayer mike_mp@zzzcomputing.com
+# Copyright (C) 2005, 2006, 2007, 2008 Michael Bayer mike_mp@zzzcomputing.com
 #
 # This module is part of SQLAlchemy and is released under
 # the MIT License: http://www.opensource.org/licenses/mit-license.php
index 486b7b6b66e4706640236ce9de4b75a3c5f106ab..fc8a0e39269a67976be71d847f0ce68de2626100 100644 (file)
@@ -1,5 +1,5 @@
 # interfaces.py
-# Copyright (C) 2005, 2006, 2007 Michael Bayer mike_mp@zzzcomputing.com
+# Copyright (C) 2005, 2006, 2007, 2008 Michael Bayer mike_mp@zzzcomputing.com
 #
 # This module is part of SQLAlchemy and is released under
 # the MIT License: http://www.opensource.org/licenses/mit-license.php
index 7cec88e30ca771247075127d9f6f3d70607f041a..e8cfc83f3352f2ca29eb33cbd22f568a19b96c96 100644 (file)
@@ -1,5 +1,5 @@
 # orm/mapper.py
-# Copyright (C) 2005, 2006, 2007 Michael Bayer mike_mp@zzzcomputing.com
+# Copyright (C) 2005, 2006, 2007, 2008 Michael Bayer mike_mp@zzzcomputing.com
 #
 # This module is part of SQLAlchemy and is released under
 # the MIT License: http://www.opensource.org/licenses/mit-license.php
index 734b962a4fd4aec087650da3c2926d70ae253cee..8be835986247bde415d12b7c1e322981fb56c292 100644 (file)
@@ -1,5 +1,5 @@
 # properties.py
-# Copyright (C) 2005, 2006, 2007 Michael Bayer mike_mp@zzzcomputing.com
+# Copyright (C) 2005, 2006, 2007, 2008 Michael Bayer mike_mp@zzzcomputing.com
 #
 # This module is part of SQLAlchemy and is released under
 # the MIT License: http://www.opensource.org/licenses/mit-license.php
index 83065a73d4883352f80fe1b0dbaacbca9512bead..d0ef1e7f61cad923c2672a021cb1d5e065c73113 100644 (file)
@@ -1,5 +1,5 @@
 # orm/query.py
-# Copyright (C) 2005, 2006, 2007 Michael Bayer mike_mp@zzzcomputing.com
+# Copyright (C) 2005, 2006, 2007, 2008 Michael Bayer mike_mp@zzzcomputing.com
 #
 # This module is part of SQLAlchemy and is released under
 # the MIT License: http://www.opensource.org/licenses/mit-license.php
index dd9de2cd2c4b0cecdd48d6f2212520d3354e0a06..b817d29bc8d54fd95919f4f907a3b1933b9ff28a 100644 (file)
@@ -1,5 +1,5 @@
 # session.py
-# Copyright (C) 2005, 2006, 2007 Michael Bayer mike_mp@zzzcomputing.com
+# Copyright (C) 2005, 2006, 2007, 2008 Michael Bayer mike_mp@zzzcomputing.com
 #
 # This module is part of SQLAlchemy and is released under
 # the MIT License: http://www.opensource.org/licenses/mit-license.php
index 7c53e4d254d02a0bb2b7d0a2d6c848776541e5f6..a715d924a1faa74bc718bda574bc75985db1f2a0 100644 (file)
@@ -1,5 +1,5 @@
 # strategies.py
-# Copyright (C) 2005, 2006, 2007 Michael Bayer mike_mp@zzzcomputing.com
+# Copyright (C) 2005, 2006, 2007, 2008 Michael Bayer mike_mp@zzzcomputing.com
 #
 # This module is part of SQLAlchemy and is released under
 # the MIT License: http://www.opensource.org/licenses/mit-license.php
index c7842d63e46ccbf1875654a8e191f4da55422a41..678e5e7bd0f03820956d3db6e50c9ca33864060f 100644 (file)
@@ -1,5 +1,5 @@
 # mapper/sync.py
-# Copyright (C) 2005, 2006, 2007 Michael Bayer mike_mp@zzzcomputing.com
+# Copyright (C) 2005, 2006, 2007, 2008 Michael Bayer mike_mp@zzzcomputing.com
 #
 # This module is part of SQLAlchemy and is released under
 # the MIT License: http://www.opensource.org/licenses/mit-license.php
index 59d784ecf2951c3c82da7db4949b0caee07a77a6..e71488547dfc03f466c0272ec79e1870d6f239c7 100644 (file)
@@ -1,5 +1,5 @@
 # orm/unitofwork.py
-# Copyright (C) 2005, 2006, 2007 Michael Bayer mike_mp@zzzcomputing.com
+# Copyright (C) 2005, 2006, 2007, 2008 Michael Bayer mike_mp@zzzcomputing.com
 #
 # This module is part of SQLAlchemy and is released under
 # the MIT License: http://www.opensource.org/licenses/mit-license.php
index ba6d09261dd0bd7b36c5a2fd2857ba1edc0e6eae..4b3fed70aa1e664989f614a8c9e28624de23fa9b 100644 (file)
@@ -1,5 +1,5 @@
 # orm/uowdumper.py
-# Copyright (C) 2005, 2006, 2007 Michael Bayer mike_mp@zzzcomputing.com
+# Copyright (C) 2005, 2006, 2007, 2008 Michael Bayer mike_mp@zzzcomputing.com
 #
 # This module is part of SQLAlchemy and is released under
 # the MIT License: http://www.opensource.org/licenses/mit-license.php
index 397d99c0fb94a5baaf7c234d02a1cb1846f2b190..7473609d74d88787f889d971d92e413c3a46b88f 100644 (file)
@@ -1,5 +1,5 @@
 # mapper/util.py
-# Copyright (C) 2005, 2006, 2007 Michael Bayer mike_mp@zzzcomputing.com
+# Copyright (C) 2005, 2006, 2007, 2008 Michael Bayer mike_mp@zzzcomputing.com
 #
 # This module is part of SQLAlchemy and is released under
 # the MIT License: http://www.opensource.org/licenses/mit-license.php
index 9a40bd30723ae87c27ca756d4a3232564d78b00d..d177dc10d58f15dfee612e1e76a0c21e95510cf9 100644 (file)
@@ -1,5 +1,5 @@
 # pool.py - Connection pooling for SQLAlchemy
-# Copyright (C) 2005, 2006, 2007 Michael Bayer mike_mp@zzzcomputing.com
+# Copyright (C) 2005, 2006, 2007, 2008 Michael Bayer mike_mp@zzzcomputing.com
 #
 # This module is part of SQLAlchemy and is released under
 # the MIT License: http://www.opensource.org/licenses/mit-license.php
index dd925a508d1822ee1c79279158e2eb48367629dd..0d626397f3a1bb0f629ea5a15471a208aa380c91 100644 (file)
@@ -1,5 +1,5 @@
 # schema.py
-# Copyright (C) 2005, 2006, 2007 Michael Bayer mike_mp@zzzcomputing.com
+# Copyright (C) 2005, 2006, 2007, 2008 Michael Bayer mike_mp@zzzcomputing.com
 #
 # This module is part of SQLAlchemy and is released under
 # the MIT License: http://www.opensource.org/licenses/mit-license.php
index bdcd94688b8709096e5481f2f4fe88152d281da5..cf6d147140a48bff99f6bd79f132b4fbe99e0896 100644 (file)
@@ -1,5 +1,5 @@
 # compiler.py
-# Copyright (C) 2005, 2006, 2007 Michael Bayer mike_mp@zzzcomputing.com
+# Copyright (C) 2005, 2006, 2007, 2008 Michael Bayer mike_mp@zzzcomputing.com
 #
 # This module is part of SQLAlchemy and is released under
 # the MIT License: http://www.opensource.org/licenses/mit-license.php
index df3dbd279ab425c8cfd4ed865562dc4d1ddc356c..c5ae04c0c791ad1aa24d67f4979dbdc12c02708c 100644 (file)
@@ -1,5 +1,5 @@
 # sql.py
-# Copyright (C) 2005, 2006, 2007 Michael Bayer mike_mp@zzzcomputing.com
+# Copyright (C) 2005, 2006, 2007, 2008 Michael Bayer mike_mp@zzzcomputing.com
 #
 # This module is part of SQLAlchemy and is released under
 # the MIT License: http://www.opensource.org/licenses/mit-license.php
index bd8b45f95f45d7c0755bc93c25f3bfa67274687f..99612397989f25528c15e62face61ef69a67fbc9 100644 (file)
@@ -1,5 +1,5 @@
 # topological.py
-# Copyright (C) 2005, 2006, 2007 Michael Bayer mike_mp@zzzcomputing.com
+# Copyright (C) 2005, 2006, 2007, 2008 Michael Bayer mike_mp@zzzcomputing.com
 #
 # This module is part of SQLAlchemy and is released under
 # the MIT License: http://www.opensource.org/licenses/mit-license.php
index f51f77a2e92905e2ba8efd5fdcfdd2845fbf7048..14262d6e06e0a49e9397d9d49748b9da1d3535e1 100644 (file)
@@ -1,5 +1,5 @@
 # types.py
-# Copyright (C) 2005, 2006, 2007 Michael Bayer mike_mp@zzzcomputing.com
+# Copyright (C) 2005, 2006, 2007, 2008 Michael Bayer mike_mp@zzzcomputing.com
 #
 # This module is part of SQLAlchemy and is released under
 # the MIT License: http://www.opensource.org/licenses/mit-license.php
index 463d4b8afd9f2153c225ef2321f2588e81fd97de..1d42187483edb920cef13136b236bf723747d095 100644 (file)
@@ -1,5 +1,5 @@
 # util.py
-# Copyright (C) 2005, 2006, 2007 Michael Bayer mike_mp@zzzcomputing.com
+# Copyright (C) 2005, 2006, 2007, 2008 Michael Bayer mike_mp@zzzcomputing.com
 #
 # This module is part of SQLAlchemy and is released under
 # the MIT License: http://www.opensource.org/licenses/mit-license.php