Commit 65430f3e authored by Paul Everitt's avatar Paul Everitt

*** empty log message ***

parent 81e67b38
Aqueduct SQL Methods Changes Aqueduct SQL Methods Changes
-----------------------
AqueductSQLMethods 1.1.5 AqueductSQLMethods 1.1.5
...@@ -11,8 +10,6 @@ Aqueduct SQL Methods Changes ...@@ -11,8 +10,6 @@ Aqueduct SQL Methods Changes
Aqueduct SQL Methods 1.1.4 Aqueduct SQL Methods 1.1.4
This is a bug-fix release.
Bugs Fixed Bugs Fixed
- Generated reports failed in cases where column names contained - Generated reports failed in cases where column names contained
...@@ -20,18 +17,16 @@ Aqueduct SQL Methods Changes ...@@ -20,18 +17,16 @@ Aqueduct SQL Methods Changes
select salary*1.2 from payrole select salary*1.2 from payrole
Aqueduct SQL Methods 1.1.3 Aqueduct SQL Methods 1.1.3
This is a bug-fix release.
Bugs Fixed Bugs Fixed
- Changed permission settings to be in line with principia 1.2 - Changed permission settings to be in line with principia 1.2
Aqueduct SQL Methods 1.1.2 Aqueduct SQL Methods 1.1.2
This is a bug-fix release.
Bugs Fixed Bugs Fixed
- If strings contained backslashes but not backslash-t or - If strings contained backslashes but not backslash-t or
...@@ -39,8 +34,6 @@ Aqueduct SQL Methods Changes ...@@ -39,8 +34,6 @@ Aqueduct SQL Methods Changes
Aqueduct SQL Methods 1.1.1 Aqueduct SQL Methods 1.1.1
This is a bug-fix release.
Bugs Fixed Bugs Fixed
- The SQL string quoting done by the sqlvar and sqltest tags - The SQL string quoting done by the sqlvar and sqltest tags
...@@ -50,8 +43,6 @@ Aqueduct SQL Methods Changes ...@@ -50,8 +43,6 @@ Aqueduct SQL Methods Changes
Aqueduct SQL Methods 1.1.0 Aqueduct SQL Methods 1.1.0
This is a new feature release.
Features Features
- New DTML tags are available in SQLMethods that greatly - New DTML tags are available in SQLMethods that greatly
...@@ -63,19 +54,17 @@ Aqueduct SQL Methods Changes ...@@ -63,19 +54,17 @@ Aqueduct SQL Methods Changes
- Input arguments are shown in input forms in the order that - Input arguments are shown in input forms in the order that
they were defined, rather than in alphabetical order. they were defined, rather than in alphabetical order.
Aqueduct SQL Methods 1.0.5 Aqueduct SQL Methods 1.0.5
This is a feature-fix release.
Features Fixed Features Fixed
- Database methods are slightly better about binding themselves - Database methods are slightly better about binding themselves
to the correct object when acquired. to the correct object when acquired.
Aqueduct SQL Methods 1.0.4 Aqueduct SQL Methods 1.0.4
This is a feature-fix release.
Features Fixed Features Fixed
- RDBMS transaction boundaries now coincide with Principia - RDBMS transaction boundaries now coincide with Principia
...@@ -86,8 +75,6 @@ Aqueduct SQL Methods Changes ...@@ -86,8 +75,6 @@ Aqueduct SQL Methods Changes
Aqueduct SQL Methods 1.0.3 Aqueduct SQL Methods 1.0.3
This is a bug-fix release.
Bugs Fixed Bugs Fixed
- Add permissions were not editable. - Add permissions were not editable.
...@@ -101,6 +88,6 @@ Aqueduct SQL Methods Changes ...@@ -101,6 +88,6 @@ Aqueduct SQL Methods Changes
- Error reporting was broken in test mode. - Error reporting was broken in test mode.
New features Features
- Include generated SQL source in test output. - Include generated SQL source in test output.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment