r1670: updated mysql to handle :longlong field translation
[clsql.git] / ChangeLog
index 4029419fb7c1cb86f3108b246cf3f21cfcb4f85f..96e95b2181c606da3f629d0e98fdcf3f31832c4c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,15 @@
 26 Mar 2002 Kevin Rosenberg (kevin@rosenberg.net)
        * interfaces/postgresql-socket/postgresql-socket-api.cl
        Implemented direct socket reading for field type :double
+
+       * Added usage information for :types to documentation
+
+       * interfaces/mysql/mysql-sql.cl
+       Fixed type specifiers in ato* calls
+
+       * interfaces/mysql/clsql-mysql.c
+       * interfaces/mysql/mysql-sql.cl
+       Added atol64 function, :longlong translations
        
 25 Mar 2002 Kevin Rosenberg (kevin@rosenberg.net)