nciri / zend-db-model-generator

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

Problem with postgresql 8.4.12 #29

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.
php zend-db-model-generator.php --database mail --table user_account

2.
3.

Warining: Failed to process user_account: SELECT tc.constraint_name, 
tc.table_name, kcu.column_name, ccu.table_name AS foreign_table_name,
            ccu.column_name AS foreign_column_name 
            FROM 
                information_schema.table_constraints AS tc 
                JOIN information_schema.key_column_usage AS kcu ON tc.constraint_name = kcu.constraint_name
                JOIN information_schema.constraint_column_usage AS ccu ON ccu.constraint_name = tc.constraint_name
            WHERE constraint_type = 'FOREIGN KEY' AND tc.table_name='user_account' did not provide known output ... Skipping
done!

Original issue reported on code.google.com by dara.gha...@gmail.com on 14 Jul 2012 at 3:59

GoogleCodeExporter commented 8 years ago
can you supply a dump of the database so i'll be able to reproduce the issue ?
i'm still new to postgresql so any information that will help me reproduce the 
issue would be greatly appreciated :)

Original comment by kfirufk@gmail.com on 26 Jul 2012 at 9:14