| limb:/3.x/trunk/limb/dbal/src/drivers/mysqli/lmbMysqliConnection.class.php |
Line History |
History |
latest revision Branch root:7417 annotated / raw | Diffs: previous, other | Lines: 195 ( +0, -1 ) Created: 2008-12-19 10:25:26 +0300 (18 days ago) | Author: conf | Changeset: 7417 -- removed closing php tags "?>" in useless and possibly harmful places
7156 annotated / raw | Diffs: previous, other | Lines: 196 ( +1, -1 ) Created: 2008-08-21 16:41:55 +0400 (4 months 16 days ago) | Author: korchasa | Changeset: 7156 Copied to: 3.x/branches/2008/limb/dbal/src/drivers/mysqli/lmbMysqliConnection.class.php 7280 -- add test for lmbMysqliConnection::escape()-- fix bug in lmbMysqliConnection::escape()
7055 annotated / raw | Diffs: previous, other | Lines: 196 ( +2, -0 ) Created: 2008-06-05 17:44:55 +0400 (7 months ago) | Author: serega | Changeset: 7055 -- minor fix in file requires
7015 annotated / raw | Diffs: previous, other | Lines: 194 ( +2, -14 ) Created: 2008-05-13 16:02:24 +0400 (7 months ago) | Author: serega | Changeset: 7015 -- added abstract lmbDbBaseConnection class with :: getDsnString() method.-- fixed all db connections, now they all extend new lmbDbBaseConnection class -- minor fixes in lmbDbTools (added proper casting of $dsn parameter into lmbDbDSN object). -- fixed lmbSqlite driver. Not sure if all works properly, simply copied necessary functionality from Mysql driver that allowed to pass the tests)
7011 annotated / raw | Diffs: previous, other | Lines: 206 ( +2, -2 ) Created: 2008-05-13 11:10:10 +0400 (7 months ago) | Author: serega | Changeset: 7011 -- now db connection are stored in lmbDbTools only by dsn. Connection names are converted into dsns if someone wants to get or set db connection by name.
6984 annotated / raw | Diffs: previous, other | Lines: 206 ( +1, -0 ) Created: 2008-05-06 12:00:23 +0400 (8 months ago) | Author: serega | Changeset: 6984 -- minor require file fix.
6967 annotated / raw | Diffs: previous, other | Lines: 205 ( +1, -1 ) Created: 2008-04-28 13:24:18 +0400 (8 months ago) | Author: korchasa | Changeset: 6967 -- fix for mysqli connection getType() method
|