Date: 2004-03-29T13:55:22
   Editor: RolandBevan <[EMAIL PROTECTED]>
   Wiki: DB Torque Wiki
   Page: GettingTorqueToWork
   URL: http://wiki.apache.org/db-torque/GettingTorqueToWork

   no comment

Change Log:

------------------------------------------------------------------------------
@@ -57,6 +57,11 @@
 
 -- StuartYeates
 
+A follow-up to Stuart's note (hmmm, maybe time-stamps would be useful? It's hard to 
know how long ago people left this info.)[[BR]]
+I  was also trying to extract the schema.xml file from an existing database, and kept 
getting a file that had no table/column information in it.  I found 
[http://www.mail-archive.com/[EMAIL PROTECTED]/msg02396.html this post] describing my 
problem; it turns out at least for postgresql 7.3.4 (which I'm using) you need the 
schema name to be set, so adding ''torque.database.schema = public'' was the missing 
link.  Contrary to the docs, it's not just for Oracle and it doesn't have to be 
upper-case.
+
+-- RolandBevan (3/29/04)
+
 tbd
 
  1#2. My problem turned out to be fairly simple to fix.  When I was browsing the site 
I didn't find any references to what column types were allowed.  I mistakenly put LONG 
and BOOLEAN in.  This causes the build to fail without any information on what went 
wrong or where.  After I changed my types to BIGINT and BIT everything worked 
correctly.  Below I am including the available types that I have found.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to