deanlaw / cfcgenerator

Automatically exported from code.google.com/p/cfcgenerator
8 stars 6 forks source link

does not detect access primary keys for dao #52

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. use "Microsoft Access with Unicode" driver (cf8)
2. create table w/autonumber primary key
3. generate DAO

What is the expected output? What do you see instead?
WHERE statements should filter on primary key.  Instead the exists(),
update() and delete() functions in the DAO consist only of "WHERE"

What version of the product are you using? On what operating system?
Using cf8, win xp, access2000, newest build of cfcgenerator

Original issue reported on code.google.com by scott.ta...@gmail.com on 15 Aug 2007 at 7:39

GoogleCodeExporter commented 9 years ago
Please provide the 'create table' statement, along with the output of the 
querys in setTableMetadata() and setPrimaryKeyList() in 'oracle.cfc'.
If you spot the problem with those queries, so much the better :-)

Original comment by tom.chiv...@gmail.com on 13 Oct 2010 at 3:01