#lang setup/infotab (define name "MySQL Client Library") (define blurb '("The MySQL Client Library provides access to MySQL databases via TCP.")) (define primary-file "main.ss") (define categories '(net)) (define can-be-loaded-with 'all) (define repositories '("4.x")) (define scribblings '(("scribblings/manual.scrbl" (multi-page)))) (define release-notes '((p "Version 1.6: NULL handling in non-prepared queries was wrong; this is the same issue I addressed in 1.4, but my fix was incomplete. (Thanks to Geoffrey Gnauth for the bug report.)")))