philroberts / FPDB-for-OSX

Free Poker DataBase development, with a focus on OSX.
http://fpdb.sf.net
56 stars 21 forks source link

Can't view Tourney stats with MySQL backend #50

Closed MegaphoneJon closed 6 years ago

MegaphoneJon commented 6 years ago

The hand-written MYSQL statement for compiling tournament stats has a CAST to SIGNED BIGINT. The permitted types include SIGNED, which is a 64-bit integer, but SIGNED BIGINT results in a syntax error.