Commit Graph

17 Commits

Author SHA1 Message Date
Vera Osokina
0e4a76ac6f Changing the tables Engine from MyISAM to InnoDB. SOLVED.
Was changed the schema.xml and MysqlDDLBuilder.php files, setting the engine from MyISAM to InnoDB.
2013-04-09 13:36:06 -04:00
Fernando Ontiveros
458c6767fa fixing an error in propel model, this was a typo error 2012-09-18 10:29:59 -04:00
Fernando Ontiveros
7d648cdb0a CODE STYLE fixing propel autogenerated classes 2012-09-17 21:01:31 -04:00
Fernando Ontiveros
6e06bc8c6c CODE STYLE fixing the propel generated files for om folder 2012-09-17 19:52:11 -04:00
Fernando Ontiveros
ee4e92bfb5 CODE STYLE fixing propel generators 2012-09-07 00:47:04 -04:00
Fernando Ontiveros
0367268c4f BUG 9226 gulliver propel-build-sql script needs user and pass
- the script propel-build-sql was using mysql_real_escape_string, and this function needs to connect to database in order to make a good and real escape
needs
- the function mysql_real_escape string was changed for a simple alternative, and this code does not need to connect to database.
2012-06-14 16:55:30 -04:00
Erik Amaru Ortiz
3a242fe8a5 BUG 0000 Refactoring for propel-generator/Database class to DatabasePropel class
- fixes in data editing
- fixes in pmtables import
2011-09-15 11:30:27 -04:00
Erik Amaru Ortiz
4968521a07 BUG 000 PM tables class generator & table build using phing 2011-09-08 15:00:41 -04:00
Erik Amaru Ortiz
be0c90af87 BUG 000 momentarily reverted to rc5 fro pmTables (fix) 2011-09-05 12:47:25 -04:00
Hugo Loza
b47d9fa01e BUG 0000 using mysql_real...
Modified a line
2011-07-29 17:40:13 -04:00
Fernando Ontiveros
dbb94e78e6 BUG 4759 fixing sql server
charset, now we expecting utf8 from freetds, and we obtain utf8 in propel, so we dont need to do anything to show international unicode characters
2011-05-26 16:44:29 -04:00
Alexandre Rosenfeld
8c07bad50b BUG 6691 Do not allow default values for text 2011-04-29 12:24:43 -04:00
Alexandre Rosenfeld
b9a1aea8d3 Make sure upgrade uses the same schema as installation.
- Removed vendor info in fields from schema.xml
- Mapped VARLONGCHAR to mediumtext
- Database upgrades now uses field attributes instead of vendor info.
- Updated app_cache_view files to conform to schema.sql
2011-02-24 16:21:26 +00:00
Alexandre Rosenfeld
c84fb21d37 Fix Propel for MySQL 5.5 (also fixes is_object problems added in revision 11). 2011-02-22 15:11:49 +00:00
abraar
374249e2bc Changes done for PhpDoc 2011-02-02 13:35:08 +00:00
abraar
cec620ff6b Added is_object() 2010-12-06 15:12:37 +00:00
Erik Amaru Ortiz
0525681d79 initial commit from rev. 632 2010-12-02 23:34:41 +00:00