zYne
66e65570b4
2007-02-06 20:45:51 +00:00
zYne
7823e9e67e
Refactored the eventlistener chain
2007-02-06 19:15:32 +00:00
zYne
c2b37f0e53
2007-02-06 19:07:31 +00:00
zYne
9828081533
Error checking for naming collisions
2007-02-06 19:06:17 +00:00
zYne
d3b6acfff0
2007-02-06 19:05:03 +00:00
pookey
6f4b4e0e01
removing exception when trying to call connection twice
2007-02-05 14:13:13 +00:00
zYne
a7d1bc5633
Cache implementation continues
2007-02-05 12:04:56 +00:00
zYne
10a6a5fc17
2007-02-04 22:37:48 +00:00
zYne
c38137d551
int alias added
2007-02-04 22:34:44 +00:00
zYne
f2e19fd9fa
added 'int' as an alias for 'integer'
2007-02-04 22:31:55 +00:00
zYne
1132282fee
Doctrine_Db_Statement no longer depends on PDOStatement
2007-02-01 22:46:59 +00:00
zYne
d777d36500
2007-02-01 11:39:59 +00:00
zYne
635158e533
2007-02-01 09:58:53 +00:00
zYne
3f9ffc2836
some mocks added for testing purposes
2007-02-01 09:58:15 +00:00
zYne
e2cb1585f6
db eventlisteners updated
2007-02-01 08:57:56 +00:00
zYne
5b594a5468
some methods added
2007-01-31 23:00:43 +00:00
zYne
42c7dd6fa3
2007-01-31 22:51:26 +00:00
zYne
dd76905065
cache array driver added for testing purposes
2007-01-31 22:11:36 +00:00
zYne
3b3b4e4c18
added cache exception class
2007-01-31 21:51:40 +00:00
zYne
80d7327b5b
2007-01-29 21:24:18 +00:00
zYne
4319d095f6
little sequence handling fix
2007-01-29 20:10:51 +00:00
zYne
360c8ea207
2007-01-29 20:02:50 +00:00
zYne
302405de6d
little fix for pgsql sequence handling
2007-01-29 19:58:00 +00:00
pookey
9a45b64391
fixing getEnumValues()
2007-01-29 14:44:27 +00:00
zYne
b7cac8cb4e
added cache core
2007-01-29 13:13:43 +00:00
zYne
278bafbc93
2007-01-28 23:55:30 +00:00
zYne
13783ed267
2007-01-28 22:59:47 +00:00
zYne
80a39d895f
added APC caching driver
2007-01-28 22:54:53 +00:00
zYne
c18c6998eb
2007-01-28 22:49:30 +00:00
zYne
503511e5e3
2007-01-28 22:37:54 +00:00
zYne
03be159c4b
added memcache cache driver
2007-01-28 22:31:18 +00:00
zYne
58de562ac6
added cache interface
2007-01-28 22:16:26 +00:00
chtito
1bdd4ba7ca
allowing to log the parameters of prepared queries
2007-01-27 12:40:51 +00:00
zYne
a39199f29d
DQL ORDER BY now supports ordering by an aggregate value
2007-01-27 10:50:03 +00:00
zYne
84a7fb7973
Fixed DQL subquery handling
2007-01-27 10:28:25 +00:00
zYne
25f1d5e8ff
Fixed DQL many-to-many alias handling
2007-01-27 10:08:06 +00:00
gnat
511a961d53
Fixed variable name typos
2007-01-27 00:07:59 +00:00
gnat
3328d09048
Variable name typo
2007-01-26 19:36:01 +00:00
zYne
e4ad2f70ae
2007-01-25 23:05:26 +00:00
zYne
9d5640040d
2007-01-25 23:03:24 +00:00
zYne
71475eb911
removed futile exception classes
2007-01-25 23:01:06 +00:00
zYne
3114ebd821
Removed futile datadict exception classes
2007-01-25 22:43:04 +00:00
zYne
3e4f3625e5
removed futile exception classes
2007-01-25 22:38:15 +00:00
zYne
9e6ea208f2
updated export drivers + removed unnecessary exceptions
2007-01-25 22:36:43 +00:00
zYne
b6575631b3
added tests for mssql import driver
2007-01-25 22:27:20 +00:00
zYne
cdddf75112
added contains
2007-01-25 21:40:40 +00:00
zYne
fb26e0a19e
constraint exporting added
2007-01-25 11:37:46 +00:00
zYne
c88d183e1f
2007-01-25 11:02:00 +00:00
zYne
b7ab722920
2007-01-24 22:50:49 +00:00
zYne
7e1c763d5a
fixed pgsql import driver
2007-01-24 22:12:34 +00:00
zYne
b6e8c40067
column alias support for DQL HAVING part
2007-01-23 16:40:46 +00:00
zYne
d77ffb28c9
added support for column aliases
2007-01-23 16:27:20 +00:00
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
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
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
zYne
029b5d4043
2007-01-14 23:02:50 +00:00
zYne
b3e59ab76d
Fixed sqlite import driver
2007-01-14 22:44:01 +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
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
zYne
d829e223b2
Removed sequence module methods from main driver classes
2007-01-11 11:57:48 +00:00
zYne
6822752265
Removed transaction driver exceptions (not needed anymore)
2007-01-11 11:51:57 +00:00
zYne
9b20d16a9a
2007-01-11 00:46:08 +00:00
zYne
10f8657ad0
fixed compiler
2007-01-11 00:43:47 +00:00
zYne
2169ac807a
2007-01-11 00:42:24 +00:00
zYne
78b06ef3ae
2007-01-10 20:36:29 +00:00
zYne
0bafdb6694
Minor fixes
2007-01-10 20:34:25 +00:00
zYne
2bdb6860c9
Updated sqlite export driver
2007-01-10 19:05:58 +00:00
zYne
05d969515e
2007-01-09 22:59:15 +00:00
zYne
d14e19a6fb
minor bug fix
2007-01-09 22:58:49 +00:00
zYne
fc4261d1f7
2007-01-08 11:12:53 +00:00
zYne
4928dfef8c
2007-01-08 00:13:41 +00:00
zYne
33706eee6d
Updated sequence drivers
2007-01-07 18:31:17 +00:00
zYne
0a5a3bcdfe
Aggregate relations now treated the same ways as composite relations on save operations
2007-01-07 18:10:51 +00:00