romanb
|
c5bc8641cc
|
refactorings, a bug fix (#786) and improved performance for the hydration of results from polymorphic queries.
|
2008-03-05 11:24:33 +00:00 |
|
romanb
|
072008b65d
|
moved managed record/entity handling to the UnitOfWork. identity maps are the next. started to remove obsolete table stuff.
|
2008-02-28 15:30:55 +00:00 |
|
guilhermeblanco
|
139febaed6
|
Adjusted quoteIdentifier in update and delete when executing a SQL query (also fixes #807)
|
2008-02-27 02:17:42 +00:00 |
|
romanb
|
c1c3f48960
|
validator refactorings and others
|
2008-02-23 22:04:39 +00:00 |
|
jwage
|
514e17ea70
|
Changed all references from phpdoctrine.com to phpdoctrine.org
|
2008-02-22 18:11:35 +00:00 |
|
romanb
|
eb02b4d002
|
started refactoring to final mapper structure for 1.0. different mapping strategies are factored out as separate strategy classes instead of inheritance.
|
2008-02-20 20:54:20 +00:00 |
|
jwage
|
589e231494
|
Merged r3815 to trunk
|
2008-02-17 04:02:27 +00:00 |
|
jwage
|
bea3a7c50d
|
Minor changes backported from 0.9 and 0.10
|
2008-02-15 18:42:06 +00:00 |
|
romanb
|
b6a6866b9c
|
refactorings
|
2008-02-13 10:53:07 +00:00 |
|
romanb
|
eb99219068
|
refactorings
|
2008-02-12 12:31:28 +00:00 |
|
romanb
|
56407f785a
|
Merged r3518:r3700 from branch to trunk. Branch to be deleted, soon. Development continues in trunk.
|
2008-02-03 21:29:57 +00:00 |
|
lsmith
|
2d24e9add0
|
- lazy load the _tableFactory and record listener in order to reduce the dependencies for a to be created DBAL package
|
2008-01-29 09:59:37 +00:00 |
|
jwage
|
d47f4ddab4
|
Changed all references to http://www.phpdoctrine.com/net to http://www.phpdoctrine.org
|
2008-01-22 22:52:53 +00:00 |
|
jwage
|
d5c91081e0
|
-
|
2008-01-22 21:58:03 +00:00 |
|
jwage
|
689a4c6f45
|
Connection refactoring to allow create/drop database functionality for sqlite. fixes #480
|
2008-01-22 21:42:17 +00:00 |
|
romanb
|
71d1150e3f
|
Second merge from experimental branch to trunk.
|
2008-01-12 19:49:11 +00:00 |
|
romanb
|
d9112ad1d7
|
Merged current state of my experimental branch back to trunk.
|
2008-01-05 19:55:56 +00:00 |
|
romanb
|
344ab02d95
|
reverting the reorganization done in 3455-3456 in order to make merging my experimental branch to trunk easier.
|
2008-01-05 19:14:35 +00:00 |
|
Jonathan.Wage
|
44820ec14a
|
Preparation for new organization of code in to sub packages. Changed autoload() to work with new structure.
|
2008-01-05 07:39:25 +00:00 |
|
Jonathan.Wage
|
0e528198fb
|
fixes #640
|
2007-12-19 22:45:14 +00:00 |
|
romanb
|
79b79909ad
|
Refactored transactions. Fixed #464.
|
2007-12-12 15:52:12 +00:00 |
|
romanb
|
af657cbe69
|
Introduced a new attribute ATTR_AUTOLOAD_TABLE_CLASSES that can be used to control whether Doctrine should try to autoload custom table class files when looking for them.
|
2007-12-06 19:02:29 +00:00 |
|
zYne
|
7e2669d1bd
|
fixes #624
|
2007-11-28 23:06:04 +00:00 |
|
zYne
|
f8a0eb2e25
|
fixes #624
|
2007-11-28 22:13:12 +00:00 |
|
romanb
|
05147fbeb6
|
Completed implementation of the query cache.
|
2007-11-25 19:07:30 +00:00 |
|
romanb
|
78f5a2edcb
|
More refactorings. Commented out the plugin tests for now. They seem to wreak havoc with a lot of other tests (especially validator tests) and i havent found the reason yet.
|
2007-11-24 18:11:09 +00:00 |
|
romanb
|
d645b1659c
|
More refactorings
|
2007-11-19 17:55:23 +00:00 |
|
meus
|
d5cc06e7b8
|
some small refactorings. adding docblocks. creating guard clauses. refactor our some code into methods. no aditional test failures so it looks ok. also added some @todo comments
|
2007-11-18 20:37:44 +00:00 |
|
romanb
|
cfc7d4e423
|
Refactoring. Started to introduced a clear separation between column names and field names (aka column aliases).\nDoctrine_Connection, DQL Parser classes/methods map field names => column names.\nDoctrine_Hydrate maps column names => field names during hydration.\nColumn names are only stored in Doctrine_Table:: and Doctrine_Table::.\nRelations use column names in 'local'/'foreign'.\nWhen using field names (column aliases) you need to use the column names in 'local'/'foreign' when setting up a relation (hasOne/hasMany), not the field names.\n\n In other words column names are only used to communicate with the database. field names are used everywhere else. the casing of field names does not matter. column names are forced to lower case for portability. If you dont use field names (column aliases) your column names are your field names (and therefore all lowercase).
|
2007-11-18 16:06:37 +00:00 |
|
zYne
|
bd31958035
|
drafting the initial CTI support
|
2007-11-10 13:21:40 +00:00 |
|
zYne
|
8f11427595
|
added Doctrine_Connection::delete() method (needed as a convenience method as well as for the upcoming CTI support)
|
2007-11-10 10:37:10 +00:00 |
|
zYne
|
a8d9830dda
|
added update() method, needed for various things but especially for the CTI implementation
|
2007-11-10 00:57:13 +00:00 |
|
gnat
|
0695a6ab92
|
$this->parent doesn't exist
|
2007-10-30 17:51:33 +00:00 |
|
Jonathan.Wage
|
6334c5a165
|
Reversing fix.
|
2007-10-25 16:02:00 +00:00 |
|
Jonathan.Wage
|
ab597cdf30
|
Fixes [ticket:500]
|
2007-10-25 14:18:26 +00:00 |
|
Jonathan.Wage
|
27b369a5f3
|
Mass search and replace for coding standards changes, doc block formatting, and code spacing.
|
2007-10-21 06:23:59 +00:00 |
|
Jonathan.Wage
|
e2a204e0dc
|
Enhancing CLI. New commands and cleaning up.
|
2007-10-20 19:14:30 +00:00 |
|
zYne
|
ead84035f8
|
|
2007-10-15 22:01:04 +00:00 |
|
zYne
|
d6ef2b3f4e
|
removed deprecated attribute from getTable()
|
2007-10-15 20:56:23 +00:00 |
|
zYne
|
7d7313ab4a
|
|
2007-10-13 17:06:26 +00:00 |
|
zYne
|
c69c0c5d53
|
support for persistent connections, fixes #447
|
2007-10-08 23:22:31 +00:00 |
|
zYne
|
dc4d96e92f
|
|
2007-10-07 22:21:01 +00:00 |
|
Jonathan.Wage
|
0a6f216efa
|
Lots of formatting changes, cleanup, doc block changes.
|
2007-10-03 21:43:22 +00:00 |
|
meus
|
f3a377a794
|
replace tabs with 4 spaces. and fix other coding style related stuff
|
2007-09-03 14:57:18 +00:00 |
|
jackbravo
|
9b5246368e
|
Added FETCH_ARRAY support for table finder methods, fixes bug #397
|
2007-09-01 19:44:38 +00:00 |
|
zYne
|
3fe5b807a1
|
|
2007-09-01 17:35:44 +00:00 |
|
zYne
|
07c5c92e73
|
deletes are no longer stacked in the end of transaction, now transactional integrity is always assured
|
2007-09-01 17:28:11 +00:00 |
|
zYne
|
4fc6efd82f
|
fixes #440
|
2007-08-29 21:57:46 +00:00 |
|
jackbravo
|
777539fbf3
|
Fixed bug on columns not being quoted on INSERT statements, reported by email by Gavin Mogan
|
2007-08-25 00:34:25 +00:00 |
|
jackbravo
|
7fc767794e
|
Amend: this was not yet to be commited
|
2007-08-24 22:00:05 +00:00 |
|