MySQL tinyint, bit and binary
MySQL tinyint, bit and binary
I have data stored in a MySQL database which is being retrieved by DBManager.
It is working properly, however, with any data stored as type tinyint, bit or binary, the server outputs:
>>>> SKIPPING rowname -> -7
Why does this happen? How can I avoid the problem?
It is working properly, however, with any data stored as type tinyint, bit or binary, the server outputs:
>>>> SKIPPING rowname -> -7
Why does this happen? How can I avoid the problem?
-
bart4president.com
- Posts: 74
- Joined: 23 Mar 2010, 02:35
-
bart4president.com
- Posts: 74
- Joined: 23 Mar 2010, 02:35
-
bart4president.com
- Posts: 74
- Joined: 23 Mar 2010, 02:35
-
ericheimburg
- Posts: 26
- Joined: 18 Mar 2010, 07:25
Any status on this? The "tinyint" type is supposed to be supported according to your help, but it just generates the ">>>> SKIPPING" message as reported by others.
(And the debugging spew is itself a minor bug, because that line of output is not being sent via a logger, it's just being printed to stdout!)
Is this bug (and the several other serious IDBManager bugs) going to be hot-fixed soon, or should we simply give up on using the IDBManager for our current generation of projects?
Thanks!
P.S. - one more IDBManager bug that I haven't seen reported yet: if a column is null, it is completely omitted from the results. According to the documentation, it should be included in the SFSObject, and be null.
(And the debugging spew is itself a minor bug, because that line of output is not being sent via a logger, it's just being printed to stdout!)
Is this bug (and the several other serious IDBManager bugs) going to be hot-fixed soon, or should we simply give up on using the IDBManager for our current generation of projects?
Thanks!
P.S. - one more IDBManager bug that I haven't seen reported yet: if a column is null, it is completely omitted from the results. According to the documentation, it should be included in the SFSObject, and be null.