romanb
|
92801ba8bd
|
[2.0] Fixed some build issues. Added new build properties. Please install VersionControl_SVN pear package in order to use the test target of the build file.
|
2009-09-19 12:10:59 +00:00 |
|
romanb
|
3d3bcc1742
|
[2.0][DDC-7] Fixed.
|
2009-09-15 12:24:38 +00:00 |
|
guilhermeblanco
|
7ef91a6449
|
[2.0] Some work over SchemaTool update of schema (affects directly the CLI schema-tool task on --update option.
|
2009-09-12 23:25:47 +00:00 |
|
jwage
|
93445983fb
|
[2.0] Changes to convert Classmetadata constant integers to string representation
|
2009-09-12 23:17:49 +00:00 |
|
romanb
|
320d21e2be
|
[2.0] Refactored classloader architecture. Renamed ClassLoader => GlobalClassLoader. Introduced IsolatedClassLoader that is suitable for participating in autoload stacks. Added 2 example entity classes to the sandbox with 2 xml mappings and 2 yaml mappings. Simplified sandbox setup.
|
2009-09-11 19:50:48 +00:00 |
|
guilhermeblanco
|
5198776429
|
[2.0] Finished implementation for Association Mappings
|
2009-09-11 19:00:22 +00:00 |
|
jwage
|
de67ffa187
|
[2.0] Initial entry of ClassmetadataExporter class skeleton/drivers
|
2009-09-11 01:03:46 +00:00 |
|
jwage
|
375b882386
|
[2.0] Fixing use of constant value
|
2009-09-09 21:36:56 +00:00 |
|
jwage
|
987eaac438
|
[2.0] Continued work on API Docs for QueryBuilder
|
2009-09-09 20:34:42 +00:00 |
|
romanb
|
b2ad92e95d
|
[2.0] test commit for DDC-2
|
2009-09-09 18:47:26 +00:00 |
|
romanb
|
20ba557344
|
[2.0][ORM-1] test commit
|
2009-09-09 07:18:45 +00:00 |
|
jwage
|
d10daf35f2
|
[2.0] Changing Expr static methods to be normal public methods (closes #2466)
|
2009-09-08 22:19:03 +00:00 |
|
romanb
|
dbce89d7ff
|
[2.0] DOCTRINEORM test commit.
|
2009-09-08 21:35:35 +00:00 |
|
jwage
|
79393daf25
|
[2.0] Casting options as an array
|
2009-09-08 20:58:11 +00:00 |
|
guilhermeblanco
|
db5a48e5f4
|
[2.0] Removed xdebug builtin support from Debug::dump(). Added run-dql CLI Task. Updated tasks to wrap Exceptions thrown and diplay nicely. Fixed bug with CLI that ws incorrectly splitting strings into an array instead of consider them raw.
|
2009-09-08 20:13:09 +00:00 |
|
jwage
|
7aabee5efc
|
[2.0] Fixing empty insert sql statements (closes #2481)
|
2009-09-08 19:31:26 +00:00 |
|
jwage
|
7c56bfa156
|
[2.0] Fixes issue with unique annotation on columns (closes #2476)
|
2009-09-08 18:12:01 +00:00 |
|
jwage
|
adbfbf5417
|
[2.0] Fixes issue with optimistic timestamp locking (closes #2451)
|
2009-09-08 17:09:32 +00:00 |
|
guilhermeblanco
|
8f75565277
|
[2.0] Added support to dump Entities even when xdebug is not laoded
|
2009-09-06 18:23:57 +00:00 |
|
romanb
|
846e0bfd3b
|
[2.0] Better fix for #2478.
|
2009-09-06 15:25:23 +00:00 |
|
guilhermeblanco
|
e0012f0750
|
[2.0] Fixed test case. All in-memory changes should be flushed before querying. That's how it works in other ORM tools too
|
2009-09-06 14:27:38 +00:00 |
|
guilhermeblanco
|
05568fa259
|
[2.0] Added coverage to expected behavior of IdentityMap
|
2009-09-06 13:55:01 +00:00 |
|
romanb
|
c318f006f9
|
[2.0] Fixed #2478.
|
2009-09-06 13:46:56 +00:00 |
|
romanb
|
49a24c4ef8
|
[2.0] Fixed #2478.
|
2009-09-06 08:48:44 +00:00 |
|
guilhermeblanco
|
d30e8143e5
|
[2.0] Fixed wrong class name of XML Mapping Driver
|
2009-09-06 03:53:35 +00:00 |
|
guilhermeblanco
|
686758e846
|
[2.0] fixes #2478 Now PersistentCollections may contain NEW elements and track policy monitor them when flushing on DEFER_IMPLICIT mode
|
2009-09-06 03:25:44 +00:00 |
|
guilhermeblanco
|
788312e1fc
|
[2.0] fixes #2478 Add/persist/retrieve was doubling the resultset of collection is solved. It was a merge in PersistentCollection creation. I am not 100% sure it is the right patch, but it works and does not break any other unit tests
|
2009-09-06 02:45:46 +00:00 |
|
guilhermeblanco
|
2ff65dd7f0
|
[2.0] Removed already done TODO items
|
2009-09-05 23:54:36 +00:00 |
|
guilhermeblanco
|
0651397854
|
[2.0] Added coverage to ticket #2478. Could not get it to fail
|
2009-09-05 23:37:55 +00:00 |
|
romanb
|
5b0cc45649
|
[2.0] Fixed single-column unique constraint support in SchemaTool
|
2009-09-05 20:35:22 +00:00 |
|
guilhermeblanco
|
32d21879e9
|
[2.0] Added some missing headers in some classes. Added API docs for Expr class
|
2009-09-05 20:05:39 +00:00 |
|
romanb
|
a8e3940619
|
[2.0] Fixed single-column unique constraint support in SchemaTool
|
2009-09-05 19:44:26 +00:00 |
|
guilhermeblanco
|
029b9aeb5d
|
[2.0] Added missing connect() call in Connection:quote, which was throwing E_FATAL when using DQL. Thanks Damon Jones for the report
|
2009-09-05 18:27:37 +00:00 |
|
guilhermeblanco
|
c7ea8c78d3
|
[2.0] Fixed SchemaTool CLI Task which was throwing PDOExceptions
|
2009-09-05 17:56:50 +00:00 |
|
guilhermeblanco
|
6368eb6a4a
|
[2.0] Added support to drop many-to-many association tables in SchemaTool
|
2009-09-05 17:46:18 +00:00 |
|
romanb
|
f0da001770
|
[2.0] Fixed and enhanced tests.
|
2009-09-05 09:22:34 +00:00 |
|
guilhermeblanco
|
51a0a912be
|
[2.0] Other fixes, removed E_FATAL of duplicate declaration and added test for Boolean type
|
2009-09-05 02:45:12 +00:00 |
|
guilhermeblanco
|
3ef0bf50e9
|
[2.0] Other fixes, removed E_FATAL of duplicate declaration and added test for Boolean type
|
2009-09-05 02:44:45 +00:00 |
|
guilhermeblanco
|
4d4374395b
|
[2.0] Added boolean type support
|
2009-09-05 02:23:24 +00:00 |
|
romanb
|
a65ea05f01
|
[2.0] Fixed scale/precision support in SchemaTool
|
2009-09-04 20:31:11 +00:00 |
|
guilhermeblanco
|
60b31c7ae0
|
[2.0] Implemented CLI Task Version. Added support to DECIMAL datatype.
|
2009-09-04 19:08:32 +00:00 |
|
guilhermeblanco
|
eb25422617
|
[2.0] Fixing spacing and adding precision and scale in Annotations driver. Also introduced options item in Annotation and Yaml mapping drivers. Missing XML driver implementation.
|
2009-09-04 18:35:40 +00:00 |
|
guilhermeblanco
|
203b46dea2
|
[2.0] Changed stylish of CLI tasks. Added CLI documentation for SchemaTool task
|
2009-09-04 17:24:48 +00:00 |
|
guilhermeblanco
|
1557f4e103
|
[2.0] Added error message to --update task in SchemaToolTask reporting incomplete implementation
|
2009-09-02 20:37:20 +00:00 |
|
guilhermeblanco
|
222459f517
|
[2.0] Fixed issue with RunSqlTask. Added basic support to --update in SchemaToolTask. Misses some internal implementation
|
2009-09-02 20:35:30 +00:00 |
|
romanb
|
bf1a52517d
|
[2.0] Fixed issue with file-based metadata drivers and the CLI.
|
2009-09-02 16:08:03 +00:00 |
|
guilhermeblanco
|
4fa4d7a8ca
|
[2.0] Added validation to RunSqlTask
|
2009-09-02 02:41:57 +00:00 |
|
jwage
|
2e04cba8b3
|
[2.0] Updating phing build files for pear packaging
|
2009-09-02 00:14:10 +00:00 |
|
jwage
|
fe1db4026b
|
[2.0] Updating sandbox cli to use APC again but adding comment to use ArrayCache if APC is not available
|
2009-09-01 19:59:58 +00:00 |
|
jwage
|
2830d4d835
|
[2.0] Changing sandbox to use ArrayCache by default so it doesn't require APC. Added comment with APC as the recommended for production
|
2009-09-01 19:54:48 +00:00 |
|