zYne
|
ad44c65648
|
new record locking mechanism
|
2007-07-23 18:50:32 +00:00 |
|
zYne
|
d434174a96
|
added Search component, new record event listeners and some tests
|
2007-07-11 14:39:15 +00:00 |
|
zYne
|
c67cd12226
|
|
2007-07-09 22:56:34 +00:00 |
|
gnat
|
85ec506691
|
fix some an infinite recursion when deleting records that reference each other with ownsOne
|
2007-07-06 21:18:36 +00:00 |
|
zYne
|
58f6d356e0
|
renamed Doctrine_Record::obtainIdentifier() to Doctrine_Record::identifier(), fixed identityMap implementation
|
2007-07-05 23:21:29 +00:00 |
|
zYne
|
cc7b1367fa
|
support for expressional column values
|
2007-07-01 11:27:45 +00:00 |
|
subzero2000
|
031b2ba70c
|
Added check to ensure a foreign object is actually a Doctrine_Record before calling isModified.
|
2007-06-26 21:06:19 +00:00 |
|
zYne
|
c5fc122852
|
fixes #364, optimized the bulkDelete for composite primary keys, security check for circular references in cascading saves
|
2007-06-26 13:08:58 +00:00 |
|
zYne
|
4ed4477177
|
|
2007-06-26 10:23:23 +00:00 |
|
zYne
|
d76814c8d1
|
removed Doctrine_Identifier
|
2007-06-26 09:51:08 +00:00 |
|
subzero2000
|
a795996efa
|
Addresses issue of infinte function recursion when saving related objects. Fixes #363.
|
2007-06-25 17:51:37 +00:00 |
|
zYne
|
fb46481ab2
|
added namespaces for event constants
|
2007-06-25 17:24:20 +00:00 |
|
zYne
|
e1fbae22a4
|
EventListener method names updated
|
2007-06-25 10:08:03 +00:00 |
|
zYne
|
628aac0ef4
|
|
2007-06-25 09:12:09 +00:00 |
|
zYne
|
ab1f1de913
|
|
2007-06-24 22:23:53 +00:00 |
|
zYne
|
ee07246d67
|
|
2007-06-24 22:04:57 +00:00 |
|
zYne
|
782cbe37f8
|
new template methods
|
2007-06-24 21:37:19 +00:00 |
|
zYne
|
113ac3b9e0
|
1. Merging two event listener APIs
2. Merging Doctrine_Db functionality into Doctrine_Connection
3. Merging Doctrine_Db modules to Doctrine_Connection plugins
|
2007-06-19 23:33:04 +00:00 |
|
zYne
|
fa11260e75
|
|
2007-05-27 18:56:04 +00:00 |
|
zYne
|
60136a4b0a
|
|
2007-05-24 13:29:18 +00:00 |
|
zYne
|
f2484d1726
|
|
2007-05-22 21:05:52 +00:00 |
|
zYne
|
71338c3d09
|
drafting the new relation model, still a lot of work
|
2007-05-22 15:57:17 +00:00 |
|
zYne
|
33bb25ac20
|
|
2007-05-16 22:22:54 +00:00 |
|
zYne
|
2291272ebf
|
|
2007-05-16 21:47:23 +00:00 |
|
zYne
|
827755afd3
|
|
2007-05-16 21:28:33 +00:00 |
|
zYne
|
82ba74e2e8
|
|
2007-05-16 20:27:03 +00:00 |
|
zYne
|
26a723e81d
|
fixed identifier quoting for update()
|
2007-04-18 09:49:54 +00:00 |
|
zYne
|
47daaa9cfa
|
Algorithm for creating the tables in correct order
|
2007-04-03 17:36:46 +00:00 |
|
subzero2000
|
9143270e06
|
fixes #281
|
2007-03-07 23:08:17 +00:00 |
|
gyim
|
84acea5d9a
|
fixed saving records using multiple connections
|
2007-03-02 09:23:24 +00:00 |
|
zYne
|
a2046460b5
|
Relation model rewrite, draft 2
|
2007-02-17 12:38:02 +00:00 |
|
zYne
|
3c699f66a9
|
|
2007-02-08 22:07:11 +00:00 |
|
zYne
|
8dc99daa9f
|
Refactored many classes
|
2007-02-08 13:56:23 +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 |
|
zYne
|
278bafbc93
|
|
2007-01-28 23:55:30 +00:00 |
|
zYne
|
1eb8b54d81
|
lots of refactorings
|
2007-01-21 18:31:51 +00:00 |
|
zYne
|
d829e223b2
|
Removed sequence module methods from main driver classes
|
2007-01-11 11:57:48 +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 |
|
lsmith
|
239995d3c3
|
- fixed switch statement formating according to ZF CS
|
2006-12-29 21:30:37 +00:00 |
|
lsmith
|
4e22f1fbaf
|
- second round of PEAR CS fixes
|
2006-12-29 14:40:47 +00:00 |
|
lsmith
|
716bb65b86
|
- first round of PEAR CS fixes
|
2006-12-29 14:01:31 +00:00 |
|
zYne
|
84bbfccbe2
|
DQL now supports UPDATE queries
|
2006-12-14 13:26:16 +00:00 |
|
zYne
|
fe88258168
|
Updated classes to use new Transaction module
|
2006-11-29 21:09:02 +00:00 |
|
zYne
|
d6d7824135
|
Refactored connection modules, added new methods to Doctrine_Connection
|
2006-11-16 12:46:23 +00:00 |
|
zYne
|
085dc9d601
|
Enhanced class doc blocks, fixes #228
|
2006-11-12 12:14:08 +00:00 |
|
zYne
|
c6bd1147fe
|
Refactored Doctrine_Connection
|
2006-10-31 10:42:46 +00:00 |
|
zYne
|
7ef869ee40
|
Refactored Doctrine_Connection and Doctrine_Record, fixes #212
|
2006-10-30 23:00:09 +00:00 |
|
zYne
|
ed62d636e6
|
Moved relation classes under Doctrine_Relation namespace, fixes #134
Ticket: 134
|
2006-09-28 20:57:39 +00:00 |
|
pookey
|
6094eeb536
|
moving php source files to lib directroy
|
2006-09-26 15:00:13 +00:00 |
|