summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
it_dbi.class
Age
Commit message (
Expand
)
Author
Files
Lines
2013-11-01
Remove $Id$
Christian Schneider
1
-2
/
+0
2013-10-15
allow FROM instead of JOIN
Urban Müller
1
-4
/
+4
2013-07-04
also report connection error in error_log, not only in sqllog
Christian Weber
1
-1
/
+1
2013-07-03
To not try to get mysqli_num_rows when using unbuffered queries as this produ...
Christian Schneider
1
-1
/
+1
2013-04-29
correctly handle conntect errs
Urban Müller
1
-1
/
+1
2013-04-22
Switch to mysqli functions
Christian Schneider
1
-27
/
+27
2013-01-30
add parameter unbuffered for very large selects
Nathan Gass
1
-2
/
+3
2012-11-22
Remove smart_replace() as alias for store() because it is even worse a name t...
Christian Schneider
1
-9
/
+1
2012-11-01
Added alias store() for smart_replace() to maintain API backward compatibility
Christian Schneider
1
-0
/
+8
2012-11-01
better function naming
Urban Müller
1
-2
/
+3
2012-07-19
docs
Urban Müller
1
-0
/
+1
2012-07-11
implement static function get() as discussed
Christian Weber
1
-0
/
+11
2012-06-14
Also cache localizedfields info, fixes bug with field localization
Christian Schneider
1
-0
/
+4
2012-05-21
add store(), fix comments
Urban Müller
1
-4
/
+14
2012-05-18
use IN instead of = if value is an array
Christian Weber
1
-1
/
+2
2012-05-10
New update() optimization: Optimize away 42 <=> "42"
Christian Schneider
1
-1
/
+1
2012-04-24
merged it_html::fix_encoding in it::any2utf8
Urban Müller
1
-1
/
+1
2012-03-28
Added encoding check to it_dbi, improved encoding check (currently lives in i...
Christian Schneider
1
-0
/
+4
2012-03-22
mysql wants latin1, not iso-8859-1
Christian Weber
1
-1
/
+1
2012-03-22
set default charset to php's default_charset if set
Christian Weber
1
-2
/
+2
2012-03-20
Explicitely give encoding for htmlspecialchars for PHP 5.4 compatibility
Christian Schneider
1
-2
/
+2
2012-01-18
Update declaration and documentation of _convertfunc
Christian Schneider
1
-4
/
+4
2011-12-30
check return code of mysql_set_charset()
Christian Weber
1
-1
/
+2
2011-12-16
typesafe floats
Urban Müller
1
-4
/
+5
2011-10-19
add command parameter to _write_pre_process()
Christian Weber
1
-3
/
+4
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
[next]