annotate CHANGELOG @ 467:3f1b9231a37b

Inserted a NULL value
author Adam Chlipala <adamc@hcoop.net>
date Thu, 06 Nov 2008 15:37:38 -0500
parents f7b25375c0cf
children 423a054646ec
rev   line source
adamc@467 1 ========
adamc@467 2 NEXT
adamc@467 3 ========
adamc@467 4
adamc@467 5 - Nested function definitions
adamc@467 6 - Primitive "time" type
adamc@467 7 - Nullable SQL columns (via "option")
adamc@467 8 - Cookies
adamc@467 9
adamc@435 10 ========
adamc@435 11 20081028
adamc@435 12 ========
adamc@435 13
adamc@435 14 - Add GCCARGS configure option
adamc@435 15
adamc@433 16 ========
adamc@433 17 20081027
adamc@433 18 ========
adamc@433 19
adamc@433 20 - On missing inputs, print an error message, but don't exit the web server.
adamc@434 21 - Remove need for "() <-" notation.
adamc@433 22
adamc@433 23 ========
adamc@433 24 20081026
adamc@433 25 ========
adamc@433 26
adamc@433 27 - Change 'sed' call to work on OSX.
adamc@433 28 - Avoid including or linking libpq files on apps that don't use SQL.