1
0
Fork 0
mirror of synced 2025-04-05 06:13:37 +03:00

Commit graph

  • a0aa16bbea Doctrine_Db updates zYne 2006-11-08 10:18:15 +00:00
  • fef149dd62 Doctrine_Db_* updates zYne 2006-11-07 23:12:05 +00:00
  • 21cde0e7b9 new fix to #146 chtito 2006-11-06 18:34:10 +00:00
  • 29ce606beb added createQuery zYne 2006-11-06 18:25:39 +00:00
  • b0129fb2c3 moving the DB directory to Db pookey 2006-11-06 18:03:49 +00:00
  • e640e78aa8 missed some from previous commit pookey 2006-11-06 18:02:42 +00:00
  • 60985b5697 renaming all DB references to Db pookey 2006-11-06 18:00:35 +00:00
  • 4e0476f20d intermediate commit - see my next commit message pookey 2006-11-06 17:56:41 +00:00
  • b6ffa045d4 zYne 2006-11-06 17:56:14 +00:00
  • 1d5bdee6c9 rolling back r587, reopening #146 - this breaks creating new objects. pookey 2006-11-06 14:28:09 +00:00
  • d466830722 fixes for #218 and #219 chtito 2006-11-06 07:10:06 +00:00
  • 1727a3e9c1 fix for #207 chtito 2006-11-06 07:08:33 +00:00
  • 63d84e18e9 fix for #146 chtito 2006-11-06 07:06:10 +00:00
  • db4634557f fixing typo pookey 2006-11-05 20:23:54 +00:00
  • 319b645daa Fixes #221 zYne 2006-11-05 20:17:07 +00:00
  • bd776a680a DQL: support for DISTINCT keyword in aggregate functions, fixes #220 zYne 2006-11-05 20:08:34 +00:00
  • ba4c83ef3a Total rewrite for DQL alias model: now using short aliases instead of long aliases (needed for Oracle portability). zYne 2006-11-05 19:24:28 +00:00
  • 185c334710 support for FKs, indented with spaces runa 2006-11-03 20:18:59 +00:00
  • 33b23eda3b Added setRelation and getRelations runa 2006-11-03 20:18:12 +00:00
  • 870ce44263 Relation is the relation between 1 column in the local table and 1 column in a second table runa 2006-11-03 20:17:16 +00:00
  • 36e69bebc5 added listTableConstraints runa 2006-11-03 20:16:19 +00:00
  • cdd49b76de removed since the correct file is DBTestCase.php runa 2006-11-03 19:26:57 +00:00
  • 00ed2c1956 zYne 2006-11-03 10:28:48 +00:00
  • 2021baf2fd zYne 2006-11-02 21:51:43 +00:00
  • 9e35702c4d Sqlite driver: added support for md5, mod and concat zYne 2006-11-02 13:34:33 +00:00
  • 76f4bfb90d tmp name for a file zYne 2006-11-01 18:33:51 +00:00
  • b75ef330d4 Fixed pgsql limit subquery algorithm zYne 2006-11-01 17:08:35 +00:00
  • 6b4e032857 Added Doctrine_Connection::queryOne() zYne 2006-11-01 15:07:04 +00:00
  • ad595dd839 fixed declaration of Doctrine_Connection_Pgsql::modifyLimitQuery and Doctrine_Connection_Common::modifyLimitQuery to be the same Tanken 2006-11-01 14:00:08 +00:00
  • 65d4158c71 Removed getState() and concat() methods from mysql driver, getState() is not needed (it resides at transaction class) and concat is located at mysql expression driver zYne 2006-11-01 11:25:53 +00:00
  • 051077c6d7 Sqlite driver updated zYne 2006-11-01 11:08:15 +00:00
  • dcc59843a0 Firebird, mssql, mysql, oracle and pgsql connection drivers updated zYne 2006-11-01 10:59:23 +00:00
  • 87f9122f7d Updated pgsql connection driver zYne 2006-11-01 10:31:49 +00:00
  • 1df7817b37 Added supported array to pgsql driver zYne 2006-11-01 10:12:34 +00:00
  • 466b0be17d Updated informix, mssql and pgsql connection drivers zYne 2006-11-01 10:05:26 +00:00
  • c1f8dddb3a Fixes #214, added exception classes for all drivers zYne 2006-11-01 10:04:04 +00:00
  • 3248d5e410 Firebird connection driver updated zYne 2006-11-01 09:51:12 +00:00
  • b219cf4c95 create a db schema for the current connection runa 2006-10-31 18:50:45 +00:00
  • f4df5424f4 listTables and listDatabases should return a 1 dimension array runa 2006-10-31 18:48:13 +00:00
  • 3f407e5d57 adds build function to export all databases in the passed $schema runa 2006-10-31 18:37:04 +00:00
  • 286dfdebad added bogus getState function (needed to print $conn) runa 2006-10-31 18:32:25 +00:00
  • 0fb5f14717 added addTable and getTables methods runa 2006-10-31 18:30:17 +00:00
  • a94c714af1 added getDatabases and addDatabase methods runa 2006-10-31 18:29:48 +00:00
  • 52aa5845b6 set primary, autoincrement and unique attributes runa 2006-10-31 18:27:16 +00:00
  • 0148078757 detect autoincrement columns runa 2006-10-31 18:24:14 +00:00
  • 2704af6435 Little fix zYne 2006-10-31 18:05:15 +00:00
  • 4433e6ff40 Introduced constants: Doctrine::ATTR_AUTO_LENGTH_VLD and Doctrine::ATTR_AUTO_TYPE_VLD. Both default to TRUE. If set to false, you need to explicitly specify "length" and/or "type" in the parameter of hasColumn that specifies the validators for that column. romanb 2006-10-31 18:03:48 +00:00
  • 05cf2cd1b6 Sqlite connection driver updated zYne 2006-10-31 12:54:58 +00:00
  • c6bd1147fe Refactored Doctrine_Connection zYne 2006-10-31 10:42:46 +00:00
  • c5f7572cf2 REPLACE emulation added, fixes #213 zYne 2006-10-31 10:16:36 +00:00
  • 893b9b0b23 Updated oracle and mysql connection drivers zYne 2006-10-31 09:14:54 +00:00
  • 53e9b06f6c Moved connection driver functionality to expression drivers zYne 2006-10-30 23:27:26 +00:00
  • 7ef869ee40 Refactored Doctrine_Connection and Doctrine_Record, fixes #212 zYne 2006-10-30 23:00:09 +00:00
  • d8dddffcfd new datadict objects need the PDO object, not Doctrine_Connection runa 2006-10-30 20:55:25 +00:00
  • 8f69e2d3ea Sometimes mysql return keys with first letter in uppercase runa 2006-10-30 20:53:25 +00:00
  • 7e8f168dfd Added Doctrine_DB driver skeletons, fixes #210 zYne 2006-10-30 12:11:33 +00:00
  • 048d7788ce Many-to-Many relation handling fixed, fixes #193 zYne 2006-10-29 23:24:50 +00:00
  • 7e4e5924a4 Fixes #209 zYne 2006-10-29 21:57:47 +00:00
  • 22abc47d40 Docs menu updated zYne 2006-10-29 10:51:12 +00:00
  • 5b73304d93 Informix datadict and expression driver skeletons zYne 2006-10-27 15:07:22 +00:00
  • d0c0592e85 Little fix for preserving fields on pgsql when limit subquery with orderby is used zYne 2006-10-26 23:20:01 +00:00
  • dd73f6de4a Fixes #205 zYne 2006-10-26 23:05:55 +00:00
  • 53bdc31ad5 added adapter skeletons, fixed wrong limit subquery ordering zYne 2006-10-26 22:12:58 +00:00
  • b014566eb8 Refactored DQL classes zYne 2006-10-26 21:32:52 +00:00
  • 4cd29eaf2c DQL enum handling fixed, fixes #202 zYne 2006-10-26 20:53:59 +00:00
  • 79034ea74d Added Mysql, Mssql and Firebird expression drivers, fixes #199, #200, #201 Ticket: 199 zYne 2006-10-26 15:32:09 +00:00
  • 0d75147c70 Doctrine_Expression classes added, fixes #195, #196, #197, #198 Ticket: 195 zYne 2006-10-26 11:24:35 +00:00
  • ff85f8c668 Fixes #194, added Doctrine_Relation_ManyToMany_TestCase Ticket: 194 zYne 2006-10-25 21:12:30 +00:00
  • 0835a57ce1 Fixes #192, added Doctrine_Record_State_TestCase Ticket: 192 zYne 2006-10-25 20:02:40 +00:00
  • e06f0be65d pookey: sorry, I do not understand this fix, but i needed it pookey 2006-10-25 05:46:06 +00:00
  • cac04a0ac0 Fixes #190 zYne 2006-10-24 17:24:58 +00:00
  • 76b3f2c999 Refactored Doctrine_Table zYne 2006-10-24 17:02:47 +00:00
  • 5ed9eeffd7 Import builder now supports default values and notnull constraints, added missing test case (Doctrine_Query_Update_TestCase), fixes #189 Ticket: 189 zYne 2006-10-24 08:56:47 +00:00
  • daaab94cfe Developed Doctrine_Import, changed Doctrine_Schema objects to have unified constructor zYne 2006-10-23 19:55:30 +00:00
  • 0c0e6fd637 added Doctrine_Record::state() zYne 2006-10-23 17:34:36 +00:00
  • 7e7a0b879c Fixes #185 zYne 2006-10-23 16:19:47 +00:00
  • 02bddbcf52 Support for transaction isolation levels, fixes #186 zYne 2006-10-22 20:50:27 +00:00
  • 6aad5f8e73 docs formatting updated zYne 2006-10-21 09:13:32 +00:00
  • dd4aff4a3b SQL function abstraction started on some drivers, developed mssql and oracle datadict drivers zYne 2006-10-20 21:54:16 +00:00
  • cfac6410f1 Added new datadict drivers + datadict exception classes zYne 2006-10-20 21:46:09 +00:00
  • 240d51e929 Added sqlite export driver zYne 2006-10-20 21:31:00 +00:00
  • d18688e4f0 Added pgsql export driver and updated pgsql datadict driver zYne 2006-10-20 21:11:50 +00:00
  • 170698690b Docs menu updated zYne 2006-10-20 19:34:07 +00:00
  • 45e9bc8420 DQL new docs, refs #181 zYne 2006-10-20 19:31:37 +00:00
  • 96bf070900 New DQL docs zYne 2006-10-20 19:26:39 +00:00
  • 599dc759fb Fixes #180 zYne 2006-10-20 18:21:42 +00:00
  • 20f504253b added Mysql export driver + updated some datadict drivers zYne 2006-10-19 20:56:59 +00:00
  • 7dabc66260 updated database connecting docs zYne 2006-10-19 19:22:10 +00:00
  • a300634b2a DQL UPDATE / DELETE statement docs added zYne 2006-10-19 11:48:03 +00:00
  • 8b87b3eacd Nesting level too deep bug fixed zYne 2006-10-18 20:24:45 +00:00
  • ec8f446fad Fixes #175 zYne 2006-10-18 20:17:49 +00:00
  • c1280d31dc Refs #175, Removed $collections instance variable from Doctrine_Record zYne 2006-10-18 19:55:14 +00:00
  • 1c8cf0271e DQL: DELETE support added zYne 2006-10-18 17:37:20 +00:00
  • cce886dadd Fixes #174 zYne 2006-10-17 21:18:57 +00:00
  • 34a8acba63 adding a test to show a situation where cascading inserts do not work pookey 2006-10-17 19:02:00 +00:00
  • 5cbc3fc817 zYne 2006-10-17 17:23:59 +00:00
  • bfcfa9f2f2 Aggregate function support added zYne 2006-10-17 17:21:21 +00:00
  • 83af818915 fixing #172 - copying a record now will set non-null fields to modified so that when it's saved it inserts correctly pookey 2006-10-16 21:08:14 +00:00
  • 5d8ac6d0a0 pookey: adding test cases for Doctrine_Record::copy refs #172 pookey 2006-10-16 18:10:38 +00:00
  • e3137c70a4 pookey: error with copy, refs #172 pookey 2006-10-16 16:17:07 +00:00