nciri / zend-db-model-generator

Automatically exported from code.google.com/p/zend-db-model-generator
0 stars 0 forks source link

views supported? #4

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.

Generate from a view table.

What is the expected output? What do you see instead?

Exception: `show create table rawdata` did not provide known output in 
/home/ivan/scripts/zdmg/zdmg-0.5rc1/class/MakeDbTable.php on line 194

Call Stack:
    0.0003     130448   1. {main}() /home/ivan/scripts/zdmg/zdmg-
0.5rc1/zend-db-model-generator.php:0
    0.0636     361456   2. MakeDbTable->parseTable() 
/home/ivan/scripts/zdmg/zdmg-0.5rc1/zend-db-model-generator.php:52
    0.0636     361456   3. MakeDbTable->parseForeignKeys() 
/home/ivan/scripts/zdmg/zdmg-0.5rc1/class/MakeDbTable.php:179

What version of the product are you using? On what operating system?

0.5RC1, Debian Squeeze

Please provide any additional information below.

I had to ignore the view. Aren't views supported?

Much thanks.

Original issue reported on code.google.com by ktulur on 2 Feb 2010 at 12:05

GoogleCodeExporter commented 8 years ago
hi.
views are not supported.
can you provide the output of `show create table rawdata` ? 
i will make sure this feature will be added asap.

Original comment by kfirufk@gmail.com on 21 Feb 2010 at 1:28

GoogleCodeExporter commented 8 years ago
hi.

Exception: `show create table rdata` did not provide known output in 
/home/ivan/scripts/zdmg/zdmg-0.5rc1/class/MakeDbTable.php on line 194

Call Stack:
    0.0003     130832   1. {main}() /home/ivan/scripts/zdmg/zdmg-0.5rc1/zend-db-
model-generator.php:0
    0.1567     362016   2. MakeDbTable->parseTable() /home/ivan/scripts/zdmg/zdmg-
0.5rc1/zend-db-model-generator.php:52
    0.1568     362016   3. MakeDbTable->parseForeignKeys() 
/home/ivan/scripts/zdmg/zdmg-0.5rc1/class/MakeDbTable.php:179

Original comment by ktulur on 23 Feb 2010 at 2:59

GoogleCodeExporter commented 8 years ago
please check if the problem reoccurs on version 0.6. if it does please provide 
an sql dump of a table that I can test this script on. thanks

Original comment by u...@xpogames.com on 24 Aug 2011 at 11:51