ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/PApp-SQL/Changes
(Generate patch)

Comparing PApp-SQL/Changes (file contents):
Revision 1.26 by root, Mon Feb 13 05:59:55 2012 UTC vs.
Revision 1.27 by root, Mon Feb 13 06:00:36 2012 UTC

11 - switch to FNV-1a hash and actually _do_ hash more than the 11 - switch to FNV-1a hash and actually _do_ hash more than the
12 first character of the sql statement. 12 first character of the sql statement.
13 - check the length of the sql string when deciding whether it is 13 - check the length of the sql string when deciding whether it is
14 too long for caching, do not use the size of the allocated 14 too long for caching, do not use the size of the allocated
15 memory area, which is less useful. 15 memory area, which is less useful.
16 - use less mind-boggling but safer method to pass return values to perl.
16 17
171.05 Sun Jun 21 07:13:25 CEST 2009 181.05 Sun Jun 21 07:13:25 CEST 2009
18 - check statement handles for active state, to avoid using 19 - check statement handles for active state, to avoid using
19 a cached statement handle that is currently active 20 a cached statement handle that is currently active
20 (good for recursive invocations, and threads). 21 (good for recursive invocations, and threads).

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines