This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "SQLObject development repository".
The branch, master has been updated
via 0f7631a94a3a97fe2fd9cb590240b32b56a85a37 (commit)
from d8cc22debdd25ab4955418f59c3fd2bff7d67017 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
http://sourceforge.net/p/sqlobject/sqlobject/ci/0f7631a94a3a97fe2fd9cb590240b32b56a85a37
commit 0f7631a94a3a97fe2fd9cb590240b32b56a85a37
Merge: f341506 d8cc22d
Author: Oleg Broytman <ph...@ph...>
Date: Wed Dec 24 03:41:57 2014 +0300
Merge branch '2.1'
diff --cc docs/News.txt
index 650932a,f3a8d79..66fd124
--- a/docs/News.txt
+++ b/docs/News.txt
@@@ -7,9 -7,18 +7,21 @@@ New
.. _start:
+SQLObject 3.0.0 (master)
+========================
+
+ SQLObject 2.1.0
+ ===============
+
+ Minor features
+ --------------
+
+ * In queries generated with SQLObject's tables columns are sorted in the
+ order they are declared in the table.
+
+ * In queries generated with sqlbuilder's Insert/Update, if values are
+ passed using dictionaries, columns are sorted alphabetically.
+
SQLObject 2.0.0
===============
-----------------------------------------------------------------------
Summary of changes:
README.txt | 4 ++--
docs/DeveloperGuide.txt | 2 +-
docs/News.txt | 3 +++
setup.cfg | 4 ++--
setup.py | 8 ++++----
sqlobject/__version__.py | 8 ++++----
6 files changed, 16 insertions(+), 13 deletions(-)
hooks/post-receive
--
SQLObject development repository
|