1
0
mirror of synced 2024-12-13 14:56:01 +03:00
Commit Graph

930 Commits

Author SHA1 Message Date
zYne
8a1766e964 fixed ATTR_COLL_KEY handling 2007-01-21 22:26:38 +00:00
zYne
ffa7ff54a8 Fixed pgsql and sqlite sequence handlers and test cases 2007-01-21 22:10:45 +00:00
zYne
1eb8b54d81 lots of refactorings 2007-01-21 18:31:51 +00:00
chtito
b4bf33fc8c right sql date format setting 2007-01-20 11:51:32 +00:00
chtito
d1c45859c6 added a setDateFormat method (primarily intended for the Oracle connection) 2007-01-20 11:44:41 +00:00
romanb
cb924af310 - Added Doctrine_Record::trySave()
- Modified the length validation to skip validation for integer fields. The length of integer fields represents the number of bytes and is used for table creation (4 = INT, ect.)
2007-01-19 20:47:24 +00:00
zYne
37a6a6f54d added doc blocks 2007-01-19 18:26:51 +00:00
zYne
9bf18a36ff fixed compiler class list 2007-01-19 18:16:18 +00:00
chtito
58f78693a0 added the possibility not to set the new connection as current connection 2007-01-19 17:00:25 +00:00
zYne
3bcda166d2 nested set configuration constants 2007-01-18 22:35:07 +00:00
airox
8ed299a13d Minimum length for a string validator (usefull for passwords or usernames for example) 2007-01-18 15:37:32 +00:00
zYne
e03bffb3f6 2007-01-17 22:41:55 +00:00
zYne
880ca14f74 added PDO based attributes, fixed DQL aggregate value handling with left joins + added some new tests
Ticket: 263
2007-01-17 22:07:09 +00:00
zYne
729bba8755 2007-01-16 19:41:39 +00:00
zYne
9524b03393 2007-01-16 19:34:47 +00:00
zYne
8bb6dbb517 2007-01-16 19:27:33 +00:00
zYne
88bf7c1731 new events onConnect and onPreConnect 2007-01-16 19:16:04 +00:00
zYne
3c0192dbfe 2007-01-16 17:59:35 +00:00
zYne
484fb080cd little refactorings 2007-01-16 00:12:52 +00:00
zYne
4ff559cec4 Refactored import drivers 2007-01-15 22:44:24 +00:00
zYne
7e8310cebc refactored oracle import driver 2007-01-15 22:21:27 +00:00
zYne
6f7da981f9 2007-01-15 22:08:31 +00:00
zYne
45fdb318de fixed little bugs in firebird import driver 2007-01-15 21:54:27 +00:00
zYne
31da317fcc added tests for firebird import driver 2007-01-15 21:54:08 +00:00
zYne
3fc9edf871 Hierarchical data handling implementation moved from draft to main lib 2007-01-15 20:12:22 +00:00
zYne
4106348287 Fixed mysql sequence driver 2007-01-15 19:02:00 +00:00
zYne
c60d50216a PDO-style data source names supported for Doctrine_Db 2007-01-15 18:54:21 +00:00
zYne
7131ab9e95 2007-01-15 18:48:50 +00:00
pookey
bf749ae434 setting execution time to 900 seconds 2007-01-15 18:22:38 +00:00
joesimms
549904224a joesimms: fixed link to tree traversal information in docs 2007-01-15 13:45:10 +00:00
joesimms
a32e5db407 joesimms: added draft documentation for hierarchical data support, and docs on how to use the tree interface, in particular the NestedSet implementation 2007-01-15 13:43:03 +00:00
zYne
029b5d4043 2007-01-14 23:02:50 +00:00
zYne
b441465ef7 Made the testcase template adhere to new CS 2007-01-14 22:45:08 +00:00
zYne
2f4801fe27 added tests for sqlite import driver 2007-01-14 22:44:23 +00:00
zYne
b3e59ab76d Fixed sqlite import driver 2007-01-14 22:44:01 +00:00
zYne
ca3cd10a92 added some hierarchical data doc files 2007-01-12 12:09:51 +00:00
zYne
4082f28088 2007-01-12 12:04:55 +00:00
zYne
854051e108 couple of more changes 2007-01-12 11:54:33 +00:00
zYne
50c9890415 made nestedset adhere to ZF coding standards 2007-01-12 11:53:48 +00:00
zYne
9df0b72c64 2007-01-12 11:48:41 +00:00
zYne
1f54f672eb some tests updated 2007-01-12 11:38:03 +00:00
zYne
75d4ddd141 2007-01-12 00:40:50 +00:00
zYne
69a2490a63 2007-01-11 23:57:30 +00:00
zYne
6993485425 2007-01-11 23:29:05 +00:00
zYne
82e7d88bea 2007-01-11 23:14:11 +00:00
zYne
6b5aa0c997 2007-01-11 23:13:02 +00:00
zYne
154d6c4f45 some new tests added 2007-01-11 22:58:28 +00:00
zYne
65ebec5aa9 Fixed sqlite connection function binding issue when using Doctrine_Db as well as added proper primary key handling for export methods 2007-01-11 22:39:32 +00:00
zYne
56ff937833 fixed lazy-connecting for transaction methods 2007-01-11 22:38:35 +00:00
joesimms
86ec08c331 joesimms: added support for many roots for one table, added another example illustrating this, see EXAMPLE2.tree.php, also changed toString to __toString in getPath() 2007-01-11 14:17:21 +00:00