deanlaw / cfcgenerator

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

the type for string and date in the transfer xml has to be lower case #50

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Generate transfer XML snippet

The name for the types 'string' and 'date' should be lower case. In the
genrated fiel they are uppercase, which cause transfer to fail during
initialisation.

After I hanged the type to lowercase for string and date it worked.

Original issue reported on code.google.com by daniel.s...@gmail.com on 9 Aug 2007 at 11:44

GoogleCodeExporter commented 9 years ago
what datasource type is this occurring on?  in my local tests this is working 
fine
and my types are all lowercased.

Original comment by brian.ri...@gmail.com on 18 Sep 2007 at 6:35

GoogleCodeExporter commented 9 years ago
the system is winXP with MYSQL 5. I attached the the transferfile which 
cfcgenerator
created here. All types start with upper-case which causes an error in 
transfer. 

Original comment by daniel.s...@gmail.com on 19 Sep 2007 at 9:46

Attachments:

GoogleCodeExporter commented 9 years ago
Same issue here on Mac and MySQL.

Original comment by danielmr...@gmail.com on 26 Jun 2008 at 11:17

GoogleCodeExporter commented 9 years ago
Check the mysql.cfc in SVN it is correct.
http://code.google.com/p/cfcgenerator/source/browse/trunk/cfcgenerator/com/cf/mo
del/datasource/mysql.cfc

It was committed on April 23 but is not part of a build yet. However if you 
pull that
copy your issue should be resolved. This will be a part of the next build.

Original comment by brian.ri...@gmail.com on 26 Jun 2008 at 11:53