Timeline
02.03.2009:
- 10:54 Ticket #735 (UniqueValidator peer class discovery) created by
- == Setup == I'm using branches/1.3@1107, and I have the following table …
- 04:18 Ticket #734 (Counting on collections doesn't work as expected) created by
- From Sal Dekku on mailing list. I have a class named Reference that …
- 01:11 Ticket #733 (import-sql should support composite statements) created by
- Hello Propellers! ;) I'm currently using Propel with PostgreSQL. I got …
26.02.2009:
- 14:52 Ticket #732 (add support for omiting DROP TABLE in schema.sql) created by
- I would like propel-gen to omit "DROP TABLE" statements from resulting SQL …
25.02.2009:
- 15:24 Changeset [1107] by
-
This revision adds Oracle reverse engineering capability to Propel.
It also provides a new naming method.
24.02.2009:
- 16:45 Ticket #731 ([patch]Model builder to update date (or datetime) type for ORACLE) created by
- In PHP5ObjectBuilder, the datetime field is generated as ISO6709 format. …
- 16:09 Ticket #730 ([patch]DDL builder to config unique key for ORACLE) created by
- I wrote patch DDL builder for oracle. By this patch, it is possible to add …
- 14:41 Documentation/1.3/RuntimeConf edited by
- Example of PostgreSQL's search_path automation (this seems to come up … (diff)
23.02.2009:
- 17:32 Documentation/1.3/HowTos/FullQueryLogging edited by
- Added a link to the DebugPDO wiki page (diff)
- 15:41 Documentation/1.3/DebugPDO edited by
- Added an example of the log output (diff)
- 15:31 Documentation/1.3/DebugPDO edited by
- Added descriptions of each configuration option (diff)
- 15:11 Documentation/1.3/DebugPDO created by
- Added initial version of the DebugPDO page
- 14:56 Documentation/1.3/RuntimeConf edited by
- Added a note about the <debugpdo> element (diff)
- 14:43 Documentation/1.3/RuntimeConf edited by
- Added a configuration sample for the <debugpdo> section (diff)
- 14:29 Documentation/1.3/HowTos/FullQueryLogging edited by
- Fixed some WikiFormatting (diff)
- 12:38 Changeset [1106] by
-
svn:keywords for configuration classes. Refs #729
- 12:32 Ticket #729 (Wrap configuration data into a container class) closed by
- fixed: (In [1105]) - Added PropelConfigurationIterator for configuration array …
- 12:32 Changeset [1105] by
-
- Added PropelConfigurationIterator for configuration array flatning
- Added PHPDocs for all new configuration code
Closes #729
22.02.2009:
- 21:53 Ticket #727 (DebugPDO execution time and memory consumption logging) closed by
- fixed: Implemented in [1104]. See …
- 21:50 Changeset [1104] by
-
Added configurable logging of execution time, memory consumption etc. to DebugPDO and DebugPDOStatement methods, using the new runtime configuration API.
- 19:54 Changeset [1103] by
-
Introducing PropelConfiguration - a simple wrapper for configuration data. Should be 100% backwards compatible but adds a simple API for configuration data retrieving and manipulation. Refs #729. Documentation and a few methods are still incomplete so not closing the ticket yet.
- 19:50 Ticket #729 (Wrap configuration data into a container class) created by
- Wrap configuration data into a container class to provide a simple API for …
19.02.2009:
- 14:39 Ticket #728 (MSSQL needs alternate PropelPDO) created by
- dblib doesn't support transactions so we need to add a workaround for …
- 14:36 Ticket #727 (DebugPDO execution time and memory consumption logging) created by
- The DebugPDO class …
- 14:36 Ticket #726 (MSSQL needs alternate DateTime class) created by
- MSSQL Server returns datetimes in a format that strtotime doesn't handle …
- 02:15 Ticket #724 ([patch]Change mapping for Oracle) closed by
- fixed: Applied in r724. Thanks
- 02:14 Changeset [1102] by
-
Refs #724 - Committing patch from "ktz".
- 02:10 Ticket #688 (Generate correct Sequence Name for Postgresql from Builder) closed by
- invalid: The behavior you witness is intentional to conform to Postgres …
- 02:02 Ticket #644 (Unable to Reverse Engineer Oracle) closed by
- fixed: Applied contributed class to 1.3 branch in r1101.
- 02:01 Changeset [1101] by
-
Refs #644 -- Applying patch contributed by Guillermo Almazor
18.02.2009:
- 18:03 Ticket #725 (Duplicated indexes on foreign keys) created by
- If a table miss an index on a column used as foreign key in several linked …
- 17:17 Ticket #724 ([patch]Change mapping for Oracle) created by
- In OraclePlatform.php, DATEIME is mapped to DATE. if it use the date-time …
- 16:54 Ticket #723 ([patch]Cannot update propel model with BOOLEAN field for Oracle) created by
- In Oracle, when create propel model with BOOLEAN field, faild to update …
16.02.2009:
- 20:09 Ticket #453 (MSSQL - applyLimit) reopened by
- There is a bug with this when the joining tables that have the same column …
10.02.2009:
- 09:39 Ticket #687 (doc typo) closed by
- fixed: I changed the name of $pdo to $con instead, this is consequent with …
- 09:38 Documentation/1.3/HowTos/Transactions edited by
- Fixes #687 (diff)
- 09:35 Ticket #676 (Schema validation for sqlType-attribute too strict) closed by
- fixed: (In [1100]) Loosened validation of sqlType attribute, fixes #676
- 09:35 Changeset [1100] by
-
Loosened validation of sqlType attribute, fixes #676
- 09:29 Ticket #684 (unable to connect with branch 1.3) closed by
- wontfix: Closing this as wontfix as …
- 09:24 Ticket #722 (refFKCount methods should not alter lastCriteria) closed by
- fixed: (In [1099]) Don't set lastCriteria on refFKCount methods (fixes #722), …
- 09:24 Ticket #721 (typo in doSelectJoinAllExcept builder) closed by
- fixed: (In [1099]) Don't set lastCriteria on refFKCount methods (fixes #722), …
- 09:24 Changeset [1099] by
-
Don't set lastCriteria on refFKCount methods (fixes #722), fixed using from FK in doSelectJoinAllExcept builder (fixes #721)
- 03:35 Ticket #710 (throw errors if table or column name is database reserved word) closed by
- wontfix: There are exiting issues that describe identifier quoting. (And the …