[SqueakDBX] Problems at first go on SqueakDBX

Herbert König herbertkoenig at gmx.net
Sun Sep 27 09:24:00 UTC 2009


Hi,

MMP> | rows size |
MMP> rows := aResultSet rows.
MMP> size: rows size.

I guess I better brush up my sql and learn how to query the database
for this size. IIRC it's just select count blah where blahblah.
Sometimes it's better not to do everything in Smalltalk :-=

MMP> However, we don't have a single class comment :(    Of
MMP> course, if once you get a idea of the class you want to commit
MMP> comments or whatever, just do it and we will be glad :)

I'll remember that.


MMP> What happens if you execute this with a mysql client (not squeakdbx):

MMP> SHOW VARIABLES LIKE 'sql_mode'

Variable_name       Value
sql_mode            0

If we can't solve this one I can always change the recoverable error
to be silent in this special case.

MMP> Yep. Sorry. Forget about
MMP> http://wiki.squeak.org/squeak/6052. This is deprecated. Now see
MMP> http://squeakdbx.smallworks.com.ar/
Ok. Maybe a link to "Most current information can be found at
http://squeakdbx.smallworks.com.ar/ " on the swiki would help.


Now I will build a small test app which does execute the queries of
the production app and compares the results.

Cheers,

Herbert                            mailto:herbertkoenig at gmx.net



More information about the SqueakDBX mailing list