-->
These old forums are deprecated now and set to read-only. We are waiting for you on our new forums!
More modern, Discourse-based and with GitHub/Google/Twitter authentication built-in.

All times are UTC - 5 hours [ DST ]



Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 11 posts ] 
Author Message
 Post subject: malformed query for mysql
PostPosted: Sun Jul 17, 2005 11:28 pm 
Newbie

Joined: Sun Jun 05, 2005 8:41 pm
Posts: 18
Hi....

first of all, sorry for cross-posting....i had originally posted in the asp.net forum but i waited two days without getting any response....
i'm sorry but i seem to be stuck unless i can solve this problem....

I am having a problem with inserting decimals and dates into mysql database...excerpt from error log follows...couple of things are evident....
firstly:
the decimals are warped...there is a strange character like 'but when i check the contents of the textbox before and after the decimal conversion...the contents seem to be fine i.e. 45.45 comes out as 45.45 ..all fine there....so the extra character must be introduced by nhibernate

secondly:
the date is not in a aformat mysql will accept... i need a DateTime object but a c# datetime format is always dd/mm/yyyy and mysql is just the other way around...how can i get a datetime in the correct format...

thanks in advance..all help will be appreciated....

regards,
sanjeev.....
/////////////////////////////////////////////////////////////////////////////////
2005-07-15 12:28:40,926 [3044] DEBUG NHibernate.Impl.BatcherImpl [] <> - about to open: -6 open IDbCommands, 0 open DataReaders
2005-07-15 12:28:40,926 [3044] DEBUG NHibernate.Impl.BatcherImpl [] <> - Building an IDbCommand object for the SqlString: SELECT LAST_INSERT_ID()
2005-07-15 12:28:40,926 [3044] DEBUG NHibernate.Persister.EntityPersister [] <> - Dehydrating entity: bsm.Customer#
2005-07-15 12:28:40,926 [3044] DEBUG NHibernate.Type.NullableType [] <> - binding 'dsfdsfs' to parameter: 0
2005-07-15 12:28:40,926 [3044] DEBUG NHibernate.Type.NullableType [] <> - binding 'jhhkk' to parameter: 1
2005-07-15 12:28:40,926 [3044] DEBUG NHibernate.Type.NullableType [] <> - binding 'hj' to parameter: 2
2005-07-15 12:28:40,926 [3044] DEBUG NHibernate.Type.NullableType [] <> - binding 'khjk' to parameter: 3
2005-07-15 12:28:40,926 [3044] DEBUG NHibernate.Type.NullableType [] <> - binding 'hjk' to parameter: 4
2005-07-15 12:28:40,926 [3044] DEBUG NHibernate.Type.NullableType [] <> - binding 'hjk' to parameter: 5
2005-07-15 12:28:40,926 [3044] DEBUG NHibernate.Type.NullableType [] <> - binding 'hj' to parameter: 6
2005-07-15 12:28:40,926 [3044] DEBUG NHibernate.Type.NullableType [] <> - binding 'khj' to parameter: 7
2005-07-15 12:28:40,926 [3044] DEBUG NHibernate.Type.NullableType [] <> - binding 'kj' to parameter: 8
2005-07-15 12:28:40,926 [3044] DEBUG NHibernate.Type.NullableType [] <> - binding 'k' to parameter: 9
2005-07-15 12:28:40,926 [3044] DEBUG NHibernate.Type.NullableType [] <> - binding 'jkh' to parameter: 10
2005-07-15 12:28:40,926 [3044] DEBUG NHibernate.Type.NullableType [] <> - binding 'jk' to parameter: 11
2005-07-15 12:28:40,926 [3044] DEBUG NHibernate.Type.NullableType [] <> - binding 'jhkkjh' to parameter: 12
2005-07-15 12:28:40,926 [3044] DEBUG NHibernate.Type.NullableType [] <> - binding '56.67' to parameter: 13
2005-07-15 12:28:40,926 [3044] DEBUG NHibernate.Type.NullableType [] <> - binding 'hjjkj' to parameter: 14
2005-07-15 12:28:40,926 [3044] DEBUG NHibernate.Type.NullableType [] <> - binding 'hhkj' to parameter: 15
2005-07-15 12:28:40,926 [3044] DEBUG NHibernate.Type.NullableType [] <> - binding '67' to parameter: 16
2005-07-15 12:28:40,926 [3044] DEBUG NHibernate.Type.NullableType [] <> - binding '45.89' to parameter: 17
2005-07-15 12:28:40,926 [3044] DEBUG NHibernate.Type.NullableType [] <> - binding '45.67' to parameter: 18
2005-07-15 12:28:40,926 [3044] DEBUG NHibernate.Type.NullableType [] <> - binding 'jkhjk' to parameter: 19
2005-07-15 12:28:40,926 [3044] DEBUG NHibernate.Type.NullableType [] <> - binding '564564' to parameter: 20
2005-07-15 12:28:40,926 [3044] DEBUG NHibernate.Type.NullableType [] <> - binding 'hkjhjk' to parameter: 21
2005-07-15 12:28:40,926 [3044] DEBUG NHibernate.Type.NullableType [] <> - binding '78.23' to parameter: 22
2005-07-15 12:28:40,926 [3044] DEBUG NHibernate.Type.NullableType [] <> - binding 'hjkjhjk' to parameter: 23
2005-07-15 12:28:40,926 [3044] DEBUG NHibernate.Type.NullableType [] <> - binding '78.45' to parameter: 24
2005-07-15 12:28:40,926 [3044] DEBUG NHibernate.Type.NullableType [] <> - binding 'ghjgj' to parameter: 25
2005-07-15 12:28:40,926 [3044] DEBUG NHibernate.Type.NullableType [] <> - binding 'ghjgjh' to parameter: 26
2005-07-15 12:28:40,926 [3044] DEBUG NHibernate.Type.NullableType [] <> - binding 'jghgh' to parameter: 27
2005-07-15 12:28:40,926 [3044] DEBUG NHibernate.Type.NullableType [] <> - binding 'hjgjhg' to parameter: 28
2005-07-15 12:28:40,926 [3044] DEBUG NHibernate.Type.NullableType [] <> - binding '7/07/2005' to parameter: 29
2005-07-15 12:28:40,926 [3044] DEBUG NHibernate.Type.NullableType [] <> - binding 'dfhjk' to parameter: 30
2005-07-15 12:28:40,926 [3044] DEBUG NHibernate.Type.NullableType [] <> - binding 'jkhkjh' to parameter: 31
2005-07-15 12:28:40,926 [3044] DEBUG NHibernate.Type.NullableType [] <> - binding 'kjhjkhjk' to parameter: 32
2005-07-15 12:28:40,926 [3044] DEBUG NHibernate.Type.NullableType [] <> - binding 'jkhjk' to parameter: 33
2005-07-15 12:28:40,926 [3044] DEBUG NHibernate.Type.NullableType [] <> - binding 'hjhkjh' to parameter: 34
2005-07-15 12:28:40,926 [3044] DEBUG NHibernate.Type.NullableType [] <> - binding 'hkjhj' to parameter: 35
2005-07-15 12:28:40,926 [3044] DEBUG NHibernate.Type.NullableType [] <> - binding 'hkjhj' to parameter: 36
2005-07-15 12:28:40,926 [3044] DEBUG NHibernate.Type.NullableType [] <> - binding 'hjkhjk' to parameter: 37
2005-07-15 12:28:40,926 [3044] DEBUG NHibernate.Type.NullableType [] <> - binding 'jkhj' to parameter: 38
2005-07-15 12:28:40,926 [3044] DEBUG NHibernate.Type.NullableType [] <> - binding 'hkjhjk' to parameter: 39
2005-07-15 12:28:40,926 [3044] DEBUG NHibernate.Type.NullableType [] <> - binding '15/07/2005' to parameter: 40
2005-07-15 12:28:40,926 [3044] DEBUG NHibernate.Type.NullableType [] <> - binding 'hjgjhgjh' to parameter: 41
2005-07-15 12:28:40,926 [3044] DEBUG NHibernate.Type.NullableType [] <> - binding '1' to parameter: 42
2005-07-15 12:28:40,926 [3044] INFO NHibernate.Impl.BatcherImpl [] <> - Preparing INSERT INTO bsmcustomer (co_last_name, designation, card_id, card_status, currency_code, picture_notes, identifiers, custom_list_1, custom_list_2, custom_list_3, custom_field_1, custom_field_2, custom_field_3, billing_rate, terms, payment_is_due, discount_days, percent_discount, percent_monthly_charge, tax_code, credit_limit, tax_id_no, volume_discount_percent, sales_purchase_layout, price_level, payment_method, payment_notes, name_on_card, card_number, expiry_date, particulars, code, account, remittance_method, comment, shipping_method, printed_form, freight_tax_code, use_customer_tax_code, verified, lastmodified, lastmodifiedby, salesrep_id) VALUES (?p0, ?p1, ?p2, ?p3, ?p4, ?p5, ?p6, ?p7, ?p8, ?p9, ?p10, ?p11, ?p12, ?p13, ?p14, ?p15, ?p16, ?p17, ?p18, ?p19, ?p20, ?p21, ?p22, ?p23, ?p24, ?p25, ?p26, ?p27, ?p28, ?p29, ?p30, ?p31, ?p32, ?p33, ?p34, ?p35, ?p36, ?p37, ?p38, ?p39, ?p40, ?p41, ?p42)
2005-07-15 12:28:40,926 [3044] ERROR NHibernate.Persister.EntityPersister [] <> - #42000You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '56.67, 'hjjkj', 'hhkj', 67, 45.89, 45.67, 'jkhjk', 564564, 'hkjhjk', 78.23,' at line 1
Exception: MySql.Data.MySqlClient.MySqlException
Message: #42000You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '56.67, 'hjjkj', 'hhkj', 67, 45.89, 45.67, 'jkhjk', 564564, 'hkjhjk', 78.23,' at line 1
//////////////////////////////////////////////////////////////////////////////


Top
 Profile  
 
 Post subject:
PostPosted: Tue Jul 19, 2005 12:55 pm 
Contributor
Contributor

Joined: Wed May 11, 2005 4:59 pm
Posts: 1766
Location: Prague, Czech Republic
I remember some bug like this with MySQL, though I don't know now what caused it. Make sure you are using the latest version of the MySQL Connector.


Top
 Profile  
 
 Post subject: mysql decimal and datetime problem
PostPosted: Thu Jul 21, 2005 1:47 am 
hi

i tried everything, but the decimals don't come out ok, dunno
what is wrong there....how come i can see a strange character in the generated sql...

second is the datetime problem....i create a datetime object with a
string in a textbox like 2005-05-05, but when i convert this to datetime the formatting is lost - it appears as 05-05-2005 in the generated sql...
how can i have a DateTime object in the correct format i.e. 2005-05-05 ?

i get the DateTime object but it always appears as 05-05-2005 and not 2005-05-05 ....this seems like a stupid thing....having a DateTime convertible into many formats but after conversion becomes a *string* ? now if i convert this datetime string into DateTime object....it's back to square one...05-05-2005....i lose the formatting ?

aaaarrrrrggghhhhh....whatamimissinghere ?


Top
  
 
 Post subject:
PostPosted: Thu Jul 21, 2005 9:40 am 
Contributor
Contributor

Joined: Thu May 12, 2005 9:45 am
Posts: 593
Location: nhibernate.org
I don't understand your problem with DateTime...
Do you want to know how to convert a DateTime to string (with the order you want) ?
(read: DateTime.ToString Method)

Or is it related to this?
KPixel wrote:
I had a problem with sending DateTime with a french version of SQL Server (because the order of Year, Month and Day is not the same); I solve it by using date.ToString("yyyyMMdd"); This form is always interpret the same way.

_________________
Pierre Henri Kuaté.
Get NHibernate in Action Now!


Top
 Profile  
 
 Post subject: DateTime problems....
PostPosted: Sun Jul 24, 2005 9:56 pm 
Newbie

Joined: Sun Jun 05, 2005 8:41 pm
Posts: 18
Hi KPixel,

No i don't want a string DateTime...i can easily get a string datetime in any format i want ...what i want is a DateTime object - in the correct format....ie. yyyy-MM-dd as is the mysql standard...

my problem is this datetime object always contains the default formatting..i.e...dd-MM-yyyy

how can i get a DateTime object which is interpreted as yyyy-MM-dd instead of dd-MM-yyyy

i hope i make myself clear enough....thanks for your help anyway....


cheers,
sanjeev


Top
 Profile  
 
 Post subject: mysql insert query still malformed
PostPosted: Mon Jul 25, 2005 12:18 am 
Newbie

Joined: Sun Jun 05, 2005 8:41 pm
Posts: 18
hi people,

i tried everything and the result seems to be the same....

1..the decimals get a strange character introduced in the query string.
2. i get a cannot convert mysqldatetime to system.datetime error even though my parameters are getting bound correctly, even for decimals as you can see below....


Code:
2005-07-25 11:11:35,925 [2812] DEBUG NHibernate.Impl.BatcherImpl [] <> - Building an IDbCommand object for the SqlString: SELECT LAST_INSERT_ID()
2005-07-25 11:11:35,925 [2812] DEBUG NHibernate.Persister.EntityPersister [] <> - Dehydrating entity: bsm.Customer#
2005-07-25 11:11:35,925 [2812] DEBUG NHibernate.Type.NullableType [] <> - binding 'hjkh' to parameter: 0
2005-07-25 11:11:35,925 [2812] DEBUG NHibernate.Type.NullableType [] <> - binding 'hjhjkh' to parameter: 1
2005-07-25 11:11:35,925 [2812] DEBUG NHibernate.Type.NullableType [] <> - binding 'hjkhj' to parameter: 2
2005-07-25 11:11:35,925 [2812] DEBUG NHibernate.Type.NullableType [] <> - binding 'khjkh' to parameter: 3
2005-07-25 11:11:35,925 [2812] DEBUG NHibernate.Type.NullableType [] <> - binding 'jkhjk' to parameter: 4
2005-07-25 11:11:35,925 [2812] DEBUG NHibernate.Type.NullableType [] <> - binding 'hjkh' to parameter: 5
2005-07-25 11:11:35,925 [2812] DEBUG NHibernate.Type.NullableType [] <> - binding 'jkhjk' to parameter: 6
2005-07-25 11:11:35,925 [2812] DEBUG NHibernate.Type.NullableType [] <> - binding 'hjkh' to parameter: 7
2005-07-25 11:11:35,925 [2812] DEBUG NHibernate.Type.NullableType [] <> - binding 'jkhjk' to parameter: 8
2005-07-25 11:11:35,925 [2812] DEBUG NHibernate.Type.NullableType [] <> - binding 'hjkh' to parameter: 9
2005-07-25 11:11:35,925 [2812] DEBUG NHibernate.Type.NullableType [] <> - binding 'jkjk' to parameter: 10
2005-07-25 11:11:35,925 [2812] DEBUG NHibernate.Type.NullableType [] <> - binding 'jhkhj' to parameter: 11
2005-07-25 11:11:35,925 [2812] DEBUG NHibernate.Type.NullableType [] <> - binding 'hjhjkhjk' to parameter: 12
2005-07-25 11:11:35,925 [2812] DEBUG NHibernate.Type.NullableType [] <> - binding '45.34' to parameter: 13
2005-07-25 11:11:35,925 [2812] DEBUG NHibernate.Type.NullableType [] <> - binding 'hjgjhgjh' to parameter: 14
2005-07-25 11:11:35,925 [2812] DEBUG NHibernate.Type.NullableType [] <> - binding 'ghjghjghj' to parameter: 15
2005-07-25 11:11:35,925 [2812] DEBUG NHibernate.Type.NullableType [] <> - binding '34' to parameter: 16
2005-07-25 11:11:35,925 [2812] DEBUG NHibernate.Type.NullableType [] <> - binding '23' to parameter: 17
2005-07-25 11:11:35,925 [2812] DEBUG NHibernate.Type.NullableType [] <> - binding '45.23' to parameter: 18
2005-07-25 11:11:35,925 [2812] DEBUG NHibernate.Type.NullableType [] <> - binding 'ghfgh' to parameter: 19
2005-07-25 11:11:35,925 [2812] DEBUG NHibernate.Type.NullableType [] <> - binding '4554' to parameter: 20
2005-07-25 11:11:35,925 [2812] DEBUG NHibernate.Type.NullableType [] <> - binding 'ghghj' to parameter: 21
2005-07-25 11:11:35,925 [2812] DEBUG NHibernate.Type.NullableType [] <> - binding '23.34' to parameter: 22
2005-07-25 11:11:35,925 [2812] DEBUG NHibernate.Type.NullableType [] <> - binding 'hgghj' to parameter: 23
2005-07-25 11:11:35,925 [2812] DEBUG NHibernate.Type.NullableType [] <> - binding '23.45' to parameter: 24
2005-07-25 11:11:35,925 [2812] DEBUG NHibernate.Type.NullableType [] <> - binding 'ghfhg' to parameter: 25
2005-07-25 11:11:35,925 [2812] DEBUG NHibernate.Type.NullableType [] <> - binding 'ghfgh' to parameter: 26
2005-07-25 11:11:35,925 [2812] DEBUG NHibernate.Type.NullableType [] <> - binding 'fghf' to parameter: 27
2005-07-25 11:11:35,925 [2812] DEBUG NHibernate.Type.NullableType [] <> - binding 'hghfgh' to parameter: 28
2005-07-25 11:11:35,925 [2812] DEBUG NHibernate.Type.NullableType [] <> - binding '06/06/2005' to parameter: 29
2005-07-25 11:11:35,925 [2812] DEBUG NHibernate.Type.NullableType [] <> - binding 'kjlklklj' to parameter: 30
2005-07-25 11:11:35,925 [2812] DEBUG NHibernate.Type.NullableType [] <> - binding 'jkjlkjkl' to parameter: 31
2005-07-25 11:11:35,925 [2812] DEBUG NHibernate.Type.NullableType [] <> - binding 'jkljkljl' to parameter: 32
2005-07-25 11:11:35,925 [2812] DEBUG NHibernate.Type.NullableType [] <> - binding 'jkljklj' to parameter: 33
2005-07-25 11:11:35,925 [2812] DEBUG NHibernate.Type.NullableType [] <> - binding 'kjkljkl' to parameter: 34
2005-07-25 11:11:35,925 [2812] DEBUG NHibernate.Type.NullableType [] <> - binding 'jkjklj' to parameter: 35
2005-07-25 11:11:35,925 [2812] DEBUG NHibernate.Type.NullableType [] <> - binding 'kljkljkl' to parameter: 36
2005-07-25 11:11:35,925 [2812] DEBUG NHibernate.Type.NullableType [] <> - binding 'jkljklj' to parameter: 37
2005-07-25 11:11:35,925 [2812] DEBUG NHibernate.Type.NullableType [] <> - binding 'jkljljkl' to parameter: 38
2005-07-25 11:11:35,925 [2812] DEBUG NHibernate.Type.NullableType [] <> - binding 'jkljkljkl' to parameter: 39
2005-07-25 11:11:35,925 [2812] DEBUG NHibernate.Type.NullableType [] <> - binding '06/06/2005' to parameter: 40
2005-07-25 11:11:35,925 [2812] DEBUG NHibernate.Type.NullableType [] <> - binding 'hjkhjk' to parameter: 41
2005-07-25 11:11:35,925 [2812] DEBUG NHibernate.Type.NullableType [] <> - binding '1' to parameter: 42
2005-07-25 11:11:35,925 [2812] INFO  NHibernate.Impl.BatcherImpl [] <> - Preparing INSERT INTO bsmcustomer (co_last_name, designation, card_id, card_status, currency_code, picture_notes, identifiers, custom_list_1, custom_list_2, custom_list_3, custom_field_1, custom_field_2, custom_field_3, billing_rate, terms, payment_is_due, discount_days, percent_discount, percent_monthly_charge, tax_code, credit_limit, tax_id_no, volume_discount_percent, sales_purchase_layout, price_level, payment_method, payment_notes, name_on_card, card_number, expiry_date, particulars, code, account, remittance_method, comment, shipping_method, printed_form, freight_tax_code, use_customer_tax_code, verified, lastmodified, lastmodifiedby, salesrep_id) VALUES (?p0, ?p1, ?p2, ?p3, ?p4, ?p5, ?p6, ?p7, ?p8, ?p9, ?p10, ?p11, ?p12, ?p13, ?p14, ?p15, ?p16, ?p17, ?p18, ?p19, ?p20, ?p21, ?p22, ?p23, ?p24, ?p25, ?p26, ?p27, ?p28, ?p29, ?p30, ?p31, ?p32, ?p33, ?p34, ?p35, ?p36, ?p37, ?p38, ?p39, ?p40, ?p41, ?p42)
2005-07-25 11:11:35,925 [2812] ERROR NHibernate.Persister.EntityPersister [] <> - #42000You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '45.34, 'hjgjhgjh', 'ghjghjghj', 34, 23, 45.23, 'ghfgh', 4554, 'ghghj', 23.3' at line 1
Exception: MySql.Data.MySqlClient.MySqlException
Message: #42000You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '45.34, 'hjgjhgjh', 'ghjghjghj', 34, 23, 45.23, 'ghfgh', 4554, 'ghghj', 23.3' at line 1
Source: MySql.Data
   at MySql.Data.MySqlClient.PacketReader.CheckForError()
   at MySql.Data.MySqlClient.PacketReader.ReadHeader()
   at MySql.Data.MySqlClient.PacketReader.OpenPacket()
   at MySql.Data.MySqlClient.NativeDriver.ReadResult(UInt64& affectedRows, Int64& lastInsertId)
   at MySql.Data.MySqlClient.CommandResult.ReadNextResult(Boolean isFirst)
   at MySql.Data.MySqlClient.NativeDriver.SendQuery(Byte[] bytes, Int32 length, Boolean consume)
   at MySql.Data.MySqlClient.MySqlCommand.GetNextResultSet(MySqlDataReader reader)
   at MySql.Data.MySqlClient.MySqlCommand.Consume()
   at MySql.Data.MySqlClient.MySqlCommand.ExecuteNonQuery()
   at NHibernate.Impl.BatcherImpl.ExecuteNonQuery(IDbCommand cmd)


Top
 Profile  
 
 Post subject:
PostPosted: Mon Jul 25, 2005 10:19 am 
Contributor
Contributor

Joined: Thu May 12, 2005 9:45 am
Posts: 593
Location: nhibernate.org
sanjeev wrote:
How can i get a DateTime object which is interpreted as yyyy-MM-dd instead of dd-MM-yyyy?


When interpreted, a DateTime object is converted ToString based on the current language. Instead of binding this object, you can bind its string representation: dateTime.ToString("yyyyMMdd");

Try to do the same for decimal :)

_________________
Pierre Henri Kuaté.
Get NHibernate in Action Now!


Top
 Profile  
 
 Post subject: clarification needed
PostPosted: Mon Jul 25, 2005 10:46 pm 
Newbie

Joined: Sun Jun 05, 2005 8:41 pm
Posts: 18
Hi KPixel,

thanks for your response, but i'm afraid i don't fully understand....

if i am to bind a string - then the database column type will also have to
be string - no ? how else can i have a datetime field in db but bind string from nhibernate ?

i'm kinda new to dotnet so please excuse my ignorance....

regards,
sanjeev.


Top
 Profile  
 
 Post subject: problems solved after switching to postgresql
PostPosted: Tue Jul 26, 2005 12:27 am 
Newbie

Joined: Sun Jun 05, 2005 8:41 pm
Posts: 18
hi all,

i switched to Postgre and now everything is working perfectly....dunno what it is with mysql....surprised no one faced this problem before...

cheers,
sanjeev.


Top
 Profile  
 
 Post subject: Re: malformed query for mysql
PostPosted: Fri Jul 29, 2005 11:01 am 
Beginner
Beginner

Joined: Fri Jul 29, 2005 10:34 am
Posts: 25
I am having a problem with inserting decimals and dates into mysql database...excerpt from error log follows...couple of things are evident....
firstly:
the decimals are warped...there is a strange character like 'but when i check the contents of the textbox before and after the decimal conversion...the contents seem to be fine i.e. 45.45 comes out as 45.45 ..all fine there....so the extra character must be introduced by nhibernate
--------------------------------------------------------------------------------

I've seen this weird behaviour while using MySQL 5.0 (beta) but i could not reproduce yet when switched to MySQL 4.0.25.

I've read that the DECIMAL type was completely changed in 5.0 . ( In a nutshell: It used to be treated as string and now as a number). I guess that the .NET connector is not compatible with this new version.

Is this your case ?

Sebastian Talamoni


Top
 Profile  
 
 Post subject:
PostPosted: Fri Jul 29, 2005 5:34 pm 
Contributor
Contributor

Joined: Wed May 11, 2005 4:59 pm
Posts: 1766
Location: Prague, Czech Republic
This is the relevant bug: http://bugs.mysql.com/bug.php?id=11550


Top
 Profile  
 
Display posts from previous:  Sort by  
Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 11 posts ] 

All times are UTC - 5 hours [ DST ]


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
© Copyright 2014, Red Hat Inc. All rights reserved. JBoss and Hibernate are registered trademarks and servicemarks of Red Hat, Inc.