Commit Graph

8 Commits

Author SHA1 Message Date
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
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
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
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