drizzle dialect uses boolean incorrectly

Issue #2062 resolved
Former user created an issue

The drizzle dialect attempts to use boolean columns in drizzle - but since we're still talking over the MySQL protocol, the values get b0rked over the wire. Instead, the dialect should use bool.

Comments (5)

  1. Former user Account Deleted

    Nevermind... I have fixed this in drizzle itself so that this patch is no longer necessary.

  2. Log in to comment