r1670: updated mysql to handle :longlong field translation
[clsql.git] / ChangeLog
index cd3d796795333a66f1cd55fa3d47c8bffd24a35b..96e95b2181c606da3f629d0e98fdcf3f31832c4c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,13 @@
        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)