summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
it_dbi.class
Age
Commit message (
Collapse
)
Author
Files
Lines
2008-10-01
Added logging of querys to _sqllog if debug_sqllog is set
Christian Schneider
1
-1
/
+7
2008-10-01
Added PHP5 iterator to it_dbi: Allows foreach (new T_User...)
Christian Schneider
1
-1
/
+38
2008-07-29
Fix switch to update_server
Christian Schneider
1
-2
/
+2
2008-07-24
Properly save and restore state of select() in read()
Christian Schneider
1
-2
/
+4
2008-07-16
added optional array for query(), use it internally to pass db info along, ↵
Nathan Gass
1
-23
/
+23
don't save dbid in p/_p
2008-07-10
better err msg
Urban Müller
1
-6
/
+6
2008-06-27
Honor classprefix when checking for existence of class (Used in ↵
Christian Schneider
1
-1
/
+1
ad/localads.html)
2008-06-26
Replaced deprecated mysql_list_tables by SHOW TABLES
Christian Schneider
1
-12
/
+15
Constructor of generated classes now take varargs too and added tests for it
2008-06-06
reconnect if mysql server goes away
Urban Müller
1
-15
/
+27
2008-04-16
Make it_dbi compatible with old syntax again
Christian Schneider
1
-1
/
+1
2008-04-07
Deprecate second parameter to constructor of generated classes
Christian Schneider
1
-3
/
+3
2008-04-06
Fixed bogus conversion of NULL to 0 for integer fields
Christian Schneider
1
-1
/
+1
2008-04-04
Deprecate second parameter (config) to constructor of generated classes
Christian Schneider
1
-0
/
+2
2008-04-01
Fix warning about get_func_args() used as parameter to other function
Christian Schneider
1
-2
/
+7
2008-04-01
Allow multiple arguments as query to select() and constructor
Christian Schneider
1
-15
/
+24
2008-03-10
Fix warning when no tables exist, get rid of in_array()
Christian Schneider
1
-2
/
+3
2008-03-07
support not reading schema
Urban Müller
1
-1
/
+3
2008-01-25
allow enabling sqllog after constructor
Urban Müller
1
-5
/
+3
2007-11-28
Precalculate int property of fields to reduce iterate() overhead
Christian Schneider
1
-1
/
+5
2007-11-28
New it_dbi type awareness: int(11) fields are returned as int
Christian Schneider
1
-3
/
+3
2007-11-13
documentation
Urban Müller
1
-3
/
+4
2007-10-12
fix field length for time, date and datetime, not just datetime
Christian Weber
1
-1
/
+1
2007-10-11
Removed deprecated manual settings of fields for update() and added basic tests
Christian Schneider
1
-28
/
+16
2007-10-11
increase performance of iterate(), make sure select() always clear()s (even ↵
Christian Weber
1
-1
/
+3
in nofetch mode)
2007-10-11
Improve documentation cross reference
Christian Schneider
1
-4
/
+6
2007-10-11
Populated release branch
Christian Schneider
1
-0
/
+651