Re: [JBoss-user] Problem with SQL query for MySQL

2003-11-12 Thread Alexey Loubyansky
As far as I remember, Rafal's problem was "no space after table name". What's your problem? I just executed your DDL in MySql w/o problems. Paul Ekeland wrote: Hello, I have exactly the same problem as Rafal, but with the following JBoss-generated query: "CREATE TABLE user (user_id INTEGER NOT

Re: [JBoss-user] Problem with SQL query for MySQL

2003-11-11 Thread Paul Ekeland
Hello, I have exactly the same problem as Rafal, but with the following JBoss-generated query: "CREATE TABLE user (user_id INTEGER NOT NULL,login VARCHAR(250) BINARY, password_ VARCHAR(250) BINARY, first_name VARCHAR(250) BINARY, last_name VARCHAR(250) BINARY, gender VARCHAR(250) BINARY, email VA

Re: [JBoss-user] Problem with SQL query for MySQL

2003-10-29 Thread Alexey Loubyansky
Branch_3_2 Rafal Kedziorski wrote: At 20:24 28.10.2003 +0200, Alexey Loubyansky wrote: It is fixed now. In main cvs branch? Regards, Rafal alex Rafal Kedziorski wrote: hi, I'm using MySQL 4.0.13 and 4.0.14 (4.0.16 I will test tomorrow) and JBoss 3.2.2. And I have problems with this query (

Re: [JBoss-user] Problem with SQL query for MySQL

2003-10-28 Thread Rafal Kedziorski
At 20:24 28.10.2003 +0200, Alexey Loubyansky wrote: It is fixed now. In main cvs branch? Regards, Rafal alex Rafal Kedziorski wrote: hi, I'm using MySQL 4.0.13 and 4.0.14 (4.0.16 I will test tomorrow) and JBoss 3.2.2. And I have problems with this query (generated by JBoss): insert into user(c

Re: [JBoss-user] Problem with SQL query for MySQL

2003-10-28 Thread Alexey Loubyansky
It is fixed now. alex Rafal Kedziorski wrote: hi, I'm using MySQL 4.0.13 and 4.0.14 (4.0.16 I will test tomorrow) and JBoss 3.2.2. And I have problems with this query (generated by JBoss): insert into user(class_id, retail_id, mandant_id, language_id, user_data_id, nickname, login_name, pass

[JBoss-user] Problem with SQL query for MySQL

2003-10-28 Thread Rafal Kedziorski
hi, I'm using MySQL 4.0.13 and 4.0.14 (4.0.16 I will test tomorrow) and JBoss 3.2.2. And I have problems with this query (generated by JBoss): insert into user(class_id, retail_id, mandant_id, language_id, user_data_id, nickname, login_name, password, status, creation_date, last_login_date) va