batufa/modules/database/classes
2009-06-22 14:47:57 -05:00
..
database Updated Database_Query_Builder_Insert to allow INSERT INTO ... SELECT combinations 2009-06-22 14:47:57 -05:00
database.php Updated Database quoting, instances of Database_Query should call compile() rather than forcing __toString() to be called, so that the correct instance ($this) is always used 2009-06-22 14:47:57 -05:00
db.php Updated Database_Query_Builder_Insert: added support for multiple inserts, moved setting the columns to __construct() and added columns() method, fixed compile() quoting, removed set(), and cleaned up comments 2009-06-22 13:19:23 -05:00