JaquelineBrandao / yii

Automatically exported from code.google.com/p/yii
0 stars 0 forks source link

can support sybase database? #647

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
I use the command line generated model fails? is support sybase database?

>> model product
exception 'CDbException' with message 'CDbCommand failed to execute the SQL
statement: SQLSTATE[HY000]: General error: 20018 INFORMATION_SCHEMA.TABLES
not found. Specify owner.objectname or use sp_help to check whether the
object exists (sp_help may produce lots of output).
[20018] (severity 5) [(null)]' in
/usr/home/www/yii/framework/db/CDbCommand.php:328 

Original issue reported on code.google.com by winson68...@gmail.com on 24 Oct 2009 at 4:26

GoogleCodeExporter commented 9 years ago
Sybase is not supported currently by Yii AR since we don't have specific 
knowledge
for it. You may try to help us to provide support for it. To do so, you may 
refer to
the code under db/schema. Thank you very much!

Original comment by qiang.xue on 27 Oct 2009 at 3:32

GoogleCodeExporter commented 9 years ago

Original comment by qiang.xue on 7 Dec 2009 at 4:51

GoogleCodeExporter commented 9 years ago
I would like to provide suport for Sybase driver, can someone give me some help 
in order to take the "shortest way" on doing this?

Original comment by diogo.ja...@gmail.com on 3 Nov 2010 at 1:30

GoogleCodeExporter commented 9 years ago
Thanks for willing to help.
The shortest way is to read the code under framework/db/schema/mysql or pgsql, 
then try to create corresponding implementation for sybase.

Original comment by qiang.xue on 3 Nov 2010 at 2:03

GoogleCodeExporter commented 9 years ago
is yii supports firebird database?

Original comment by jackjone...@gmail.com on 30 Nov 2010 at 2:43

GoogleCodeExporter commented 9 years ago
jackjones010101, check these:
http://www.yiiframework.com/forum/index.php?/topic/3108-firebird-schema-alpha-ve
rsion/
http://www.yiiframework.com/forum/index.php?/topic/5810-firebirdinterbase-pdo-sc
hema/

Original comment by alexander.makarow on 12 Jan 2011 at 11:37

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
Has any progress been made on adding Sybase support Yii?

Original comment by ckief...@gmail.com on 24 Aug 2011 at 7:54

GoogleCodeExporter commented 9 years ago
Migrated to http://github.com/yiisoft/yii/issues/316

Original comment by qiang.xue on 15 Feb 2012 at 6:48