| Re: Oracle and 2.4 |
| by wishcraft on 2009/10/15 0:04:41 It will support all OLAP database systems first, yes btesec that include postgress as well. I have to come up with a field and SQL Translator.. I want to support none OLAP databases as well including dbase and other older forms of data communication. The classes exist for the following database types: * db2 * dbsql * ibase - other types include firebird etc.. * ingress (this includes postgress - same sql) * maxdb - other version of mysql * mssql/msde * oci (oracle family) |
| Re: Oracle and 2.4 |
| by btesec on 2009/10/14 22:34:00 Does this means this initiative will also support PostgreSql. It would be great. |
| Re: Oracle and 2.4 |
| by wishcraft on 2009/10/14 19:12:18 Doctrine looks good hervet, I think I will be taking concepts from it though... XOOPS would involve being engineered differently from the start for a complete implementation of doctrine in XOOPS. The criteria handler is what needs to change it needs support for joins and having in the query as well... As higher SQL Functions like Encrypt and Compression features. 2.5.0 tho. This is already a good example of PDO. I am think more like a SQL translator/morpher so it will for example translate field types for Create tables from MySQL standardisation to things like firebird and progressSQL |
| Re: Oracle and 2.4 |
| by hervet on 2009/10/13 10:00:30 hhttp://www.doctrine-project.org/ |
| Re: Oracle and 2.4 |
| by wishcraft on 2009/10/13 9:56:50 Hervet can you give me a link... I have to schedule my work so I will be working on this soon... I am going to use MySQL as the pivot reference as it has been platform standard. |