1
0
mirror of synced 2024-12-14 07:06:04 +03:00
Commit Graph

369 Commits

Author SHA1 Message Date
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
zYne
12e76ba6a6 updated the compiler class list 2007-01-07 18:00:13 +00:00
lsmith
78ce54a7e5 - added colnum parameter to fetchOne and fetchColumn
- use fetchColumn() in fetchOne()
- removed PORTABILITY_FIX_CASE handling in fetchColumn() since this can be handled by PDO internally
2007-01-07 14:52:16 +00:00
zYne
6786ce0ced Added sequence driver exception classes 2007-01-06 10:48:35 +00:00
zYne
24f6b06256 sequence porting continues 2007-01-06 10:47:57 +00:00
zYne
1d14143597 2007-01-05 23:47:54 +00:00
zYne
27e36c2e23 2007-01-05 23:44:10 +00:00
zYne
61967bce15 2007-01-05 23:42:27 +00:00
zYne
3f9565e638 ported interbase sequence functionality, still needs refactoring 2007-01-05 23:39:09 +00:00
zYne
ebfc0788e4 2007-01-05 23:35:46 +00:00
zYne
5ce795be85 2007-01-05 23:27:31 +00:00
zYne
413af9225f 2007-01-05 23:25:25 +00:00
zYne
72bc84f42d sequence module skeleton added 2007-01-05 23:16:50 +00:00
lsmith
8e667dade3 - s/query/exec 2007-01-05 22:08:25 +00:00
lsmith
3bc748c5f4 - s/\$db/\$this->conn
- turned raiseError() calls into throw Exception
- MDB2 style query*() conversion to Doctrine style fetch*()
- removed PEAR::isError() calls
2007-01-05 22:08:05 +00:00
lsmith
cf4c715cd2 - s/\$db/\$this->conn
- turned raiseError() calls into throw Exception
2007-01-05 22:07:24 +00:00
lsmith
67514f4c6a - s/\$db/\$this->conn
- turned raiseError() calls into throw Exception
- MDB2 style query*() conversion to Doctrine style fetch*()
2007-01-05 22:06:52 +00:00
lsmith
1a21a43e52 - s/\$db/\$this->conn
- turned raiseError() calls into throw Exception
2007-01-05 22:05:55 +00:00
lsmith
260558e032 - make more use of Doctrine internal methods 2007-01-05 22:04:24 +00:00
lsmith
eae259a247 - make more use of Doctrine internal methods 2007-01-05 22:04:11 +00:00
zYne
f56b11afbd 2007-01-05 00:28:36 +00:00
zYne
0aac52ef74 2007-01-04 23:52:18 +00:00