COciSchema.php bug?

COciSchema.findTableNames, line 271 and line 273, ‘table_name’ and ‘schema_name’ change to ‘TABLE_NAME’ and ‘SCHEMA_NAME’.

My yii version is 1.1.0.r1700.

Please see this topic:http://www.yiiframework.com/forum/index.php?/topic/6336-oracle-10g-and-yii-cli/page__p__32494

My reply at #3.

Thanks. Fixed in 1.0. Will merge it to 1.1 later.

Actually, I think it should say TABLE_SCHEMA, not SCHEMA_NAME.