romanb
4d752746fe
The usual 2.0 refactoring/implementation commit.
2008-07-04 16:32:19 +00:00
romanb
ad2443057e
Refactorings and initial commit/draft of new event handling / configuration / bootstrapping. Still need to remove all the static EntityManagerFactory::getManager lookup calls from the Production classes. The production classes need to have access to the EntityManager of the Query that constructed the Parser. It should be injected into the Parser during construction.
2008-06-05 19:01:58 +00:00
zYne
88336e8774
2008-06-02 11:35:34 +00:00
romanb
ec5bb2ea3f
some minor refactorings. started to make a draft of the new namespaced folder structure.
2008-05-30 12:09:24 +00:00
romanb
613d08f9ca
Merged dbal bugfixes from 0.11.
2008-05-17 12:22:24 +00:00
Ezku
2d68239681
Fixed sqlite dsn in Doctrine_Manager::parseDsn()
2008-03-28 16:25:32 +00:00
romanb
223daae2ec
added xsl stylesheet to generate changelogs from svn log. merged a few patches from 0.10
2008-03-19 18:33:14 +00:00
romanb
71ed924213
refactorings
2008-03-17 13:26:34 +00:00
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
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
b6a6866b9c
refactorings
2008-02-13 10:53:07 +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
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
romanb
9281630ed7
Fixed #664 .
2007-12-11 15:55:45 +00:00
romanb
6a958bae47
Fixed #665 .
2007-12-11 15:46:27 +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
romanb
05147fbeb6
Completed implementation of the query cache.
2007-11-25 19:07:30 +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
meus
ea803566b6
fix dsn so that sqlite:///full/unix/path/test.db and sqlite://c:/full/windows/path/test.db works
2007-11-03 20:34:19 +00:00
zYne
01e41f3d27
added possibility for setting user-defined params
2007-11-01 22:52:40 +00:00
romanb
dfd15a6068
Introduced ATTR_TBLNAME_FORMAT. Closes #257
2007-10-30 13:30:50 +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
ppetermann
37d7707f57
ok, fixing last fix
...
after my last commit i did some research in the php/pdo documentation and found that the port (well even the dsn) syntax depends a lot on the driver.
so my last 'fix' did fix it for mysql - but broke it for dblib/mssql, this patch should make it work with those aswell (just moved jonwages solution to a own case for dblib & mssql driver). Someone should check if it works with the other drivers (i dont have all those database systems) cause looking at the doc
did show some more diffrences. (PHP Documentation for example says the dsn for pgsql needs to be delimited by spaces instead of semi-colons)
2007-10-12 13:18:40 +00:00
ppetermann
2621996cb2
fixed dsn bug (if port given pdo wants it to be added as
...
port=12345; to dsn not :12345)
2007-10-12 12:25:13 +00:00
Jonathan.Wage
057266c068
Fix to dsn and ports
2007-10-11 22:42:07 +00:00
Jonathan.Wage
a016cb195c
Removing resource from drivers.
2007-10-09 22:46:17 +00:00
zYne
c69c0c5d53
support for persistent connections, fixes #447
2007-10-08 23:22:31 +00:00
Jonathan.Wage
0b6aa395ed
Fixes for migration to allow migrating from current version to latest version.
2007-10-08 15:58:23 +00:00
zYne
43811d2cc6
updated all the necessary classes to use injectable
2007-10-07 20:58:08 +00:00
Jonathan.Wage
0a6f216efa
Lots of formatting changes, cleanup, doc block changes.
2007-10-03 21:43:22 +00:00
zYne
15c4235faa
2007-09-18 17:26:17 +00:00
zYne
a63c8fe80a
2007-09-17 22:30:45 +00:00
zYne
9d755abc23
2007-09-17 22:26:25 +00:00
zYne
cb36f5d092
2007-09-17 21:51:42 +00:00
meus
f3a377a794
replace tabs with 4 spaces. and fix other coding style related stuff
2007-09-03 14:57:18 +00:00
zYne
78c3ba652a
2007-09-02 22:08:02 +00:00
zYne
a6318cbe93
deprecated validation attributes VLD, AUTO_LENGTH_VLD and AUTO_TYPE_VLD, introduced new attribute ATTR_VALIDATE
2007-09-02 20:36:58 +00:00
zYne
4fc6efd82f
fixes #440
2007-08-29 21:57:46 +00:00
zYne
a2111d60af
2007-07-23 18:32:29 +00:00
zYne
c1511dd391
2007-07-11 22:03:47 +00:00
zYne
d434174a96
added Search component, new record event listeners and some tests
2007-07-11 14:39:15 +00:00
zYne
7133b67657
2007-07-08 19:33:57 +00:00