summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
it_dbi.class
Age
Commit message (
Expand
)
Author
Files
Lines
2011-04-14
consistent columns
Urban Müller
1
-1
/
+1
2011-04-14
log server used
Urban Müller
1
-1
/
+1
2011-04-13
Suppress warning if no fields where found in table
Christian Schneider
1
-1
/
+1
2011-04-13
Fix iteration over localized fields, added test for it
Christian Schneider
1
-1
/
+5
2011-04-06
Added support for localized fields with suffix, e.g. copy title_de to title o...
Christian Schneider
1
-1
/
+26
2011-01-27
Fix bug with double connections caused by overwriting link cache when putting...
Christian Schneider
1
-0
/
+4
2010-11-09
LIMIT warning
Urban Müller
1
-1
/
+1
2010-11-03
dbi::update() returns affected rows
Urban Müller
1
-0
/
+3
2010-10-28
better documentation
Urban Müller
1
-7
/
+8
2010-07-27
Don't attempt to read record after insert if no keyfield is defined. This pre...
Thomas Brüderli
1
-1
/
+1
2010-05-06
log slow queries
Urban Müller
1
-6
/
+6
2010-04-21
Fix disabling of the syntax converter; allow to specify the db connection cha...
Thomas Brüderli
1
-0
/
+5
2010-01-18
escape field names (for fields like Usage, Date, ...)
Christian Weber
1
-1
/
+1
2010-01-17
Reduce number of put calls to it_cache
Christian Schneider
1
-3
/
+4
2009-10-20
Add own iteratorkey if no DB key was found
Christian Schneider
1
-1
/
+2
2009-09-15
update() no longer optimizes data away if a query is given
Christian Weber
1
-4
/
+4
2009-08-27
sqltrace implies sqllog
Urban Müller
1
-1
/
+1
2009-08-25
Fix multiple NI with arrays
Christian Schneider
1
-0
/
+1
2009-08-25
Added array support to NI operator
Christian Schneider
1
-7
/
+15
2009-08-17
nocache -> SQL_NO_CACHE
Urban Müller
1
-0
/
+3
2009-08-08
correct integer detection (bigint is still treated as string as it exceeds ph...
Christian Weber
1
-1
/
+1
2009-07-23
Add MATCH operator for mysql queries + unify string escaping
Thomas Brüderli
1
-5
/
+22
2009-03-11
support simple OR queries by introducing the magic scalar value "OR"
Christian Weber
1
-1
/
+4
2009-02-17
Do not read back after update if no key is set (uninitialized record)
Christian Schneider
1
-1
/
+1
2009-02-17
Fix it_dbi NOT IN with empty array and added IN/NOT IN tests
Christian Schneider
1
-1
/
+1
2008-12-17
Purge cache shared by multiple apaches on SQL schema change
Christian Schneider
1
-0
/
+12
2008-12-16
output errno
Urban Müller
1
-1
/
+1
2008-11-27
schema cache
Urban Müller
1
-11
/
+55
2008-10-27
Simplify code, query() throws fatal if safety > 0 anyway
Christian Schneider
1
-1
/
+1
2008-10-22
support safety=0 in construktor
Urban Müller
1
-2
/
+2
2008-10-15
phplint cleanup
Urban Müller
1
-3
/
+3
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, d...
Nathan Gass
1
-23
/
+23
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 ad/localads.h...
Christian Schneider
1
-1
/
+1
2008-06-26
Replaced deprecated mysql_list_tables by SHOW TABLES
Christian Schneider
1
-12
/
+15
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
[next]