Author: Derick Rethans
Date: 2006-01-16 15:48:32 +0100 (Mon, 16 Jan 2006)
New Revision: 1927

Log:
- Fixed spelling, grammar and RST stuff
Modified:
   packages/Database/trunk/ChangeLog

Modified: packages/Database/trunk/ChangeLog
===================================================================
--- packages/Database/trunk/ChangeLog   2006-01-16 14:40:42 UTC (rev 1926)
+++ packages/Database/trunk/ChangeLog   2006-01-16 14:48:32 UTC (rev 1927)
@@ -1,13 +1,16 @@
 1.0rc1 - [RELEASEDATE]
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 
+- Added support for aliases of column names.
+- Added SQLite driver.
 - Changed exception behavior. All errors will now throw a different exception
   class.
 - Changed class names:
+
   * ezcQueryOracle to ezcQuerySelectOracle
 
-- Added support for aliases of column names.
-- Added SQLite driver.
-- Removed destructor in ezcDbHandler. We should not throw exceptions that 
can't be caught.     
+- Removed destructor in ezcDbHandler. We should not throw exceptions that
+  can't be caught.     
 
 ezcDbFactory
 ============
@@ -21,20 +24,24 @@
 
 
 1.0beta2 - Thursday 22 December 2005
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 
 - Refactored query design:
+
   * Changed ezcQuery to an abstract class, which forms the base for the more
     specific classes.
-  * Added ezcQuerySelect which now contains the functionality ezcQuery had 
before
-  * Added ezcQueryUpdate
-  * Added ezcQueryInsert
-  * Added ezcQueryDelete
-  * Added ezcQueryExpression with all the SQL expressions. ezcQuery has a 
publically
-    available pointer to it through 'expr'.
+  * Added ezcQuerySelect which now contains the functionality ezcQuery had
+    before.
+  * Added ezcQueryUpdate.
+  * Added ezcQueryInsert.
+  * Added ezcQueryDelete.
+  * Added ezcQueryExpression with all the SQL expressions. ezcQuery has a
+    publically available pointer to it through 'expr'.
   * The various query types can now be retrieved through
     create(Select/Insert/Update/Delete) query in the handler classes.
 
        
 1.0beta1 - Friday 25 November 2005
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 
 - Initial release of this package.

-- 
svn-components mailing list
[email protected]
http://lists.ez.no/mailman/listinfo/svn-components

Reply via email to