Firebird 2.0 64
tg1.01
latest kinterbasdb
SO
I get following error
File "/usr/local/lib64/python2.4/site-packages/SQLObject-0.7.2-
py2.4.egg/sqlobject/firebird/firebirdconnection.py", line 104, in
_queryInsertID
c.execute(q)
ProgrammingError: (0, 'SQL statement of 74396 bytes is too long (max
65535 allowed). Consider using bound parameters to shorten the SQL
code, rather than passing large values as part of the SQL string.')
I am inserting a picture into a blob sub_type 0 ( binary).
If the picture is smaller than 65535 then the insert is ok.
Is this an sqlobjects issue or a kinterbasdb problem or just mine ?
I know it is not firebird as I have already loaded
firebird blob fields with several gb worth of data.
Thanks for any hints how to solve this
Db
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"TurboGears" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/turbogears?hl=en
-~----------~----~----~----~------~----~------~--~---