Mercurial > urweb
comparison src/postgres.sml @ 882:9c1b7e46eed2
MySQL CGI working
author | Adam Chlipala <adamc@hcoop.net> |
---|---|
date | Fri, 17 Jul 2009 12:58:37 -0400 |
parents | 8e9f2d247dba |
children | 5805fa825fe8 |
comparison
equal
deleted
inserted
replaced
881:45a63416adb4 | 882:9c1b7e46eed2 |
---|---|
891 p_blank = p_blank, | 891 p_blank = p_blank, |
892 supportsDeleteAs = true, | 892 supportsDeleteAs = true, |
893 createSequence = fn s => "CREATE SEQUENCE " ^ s, | 893 createSequence = fn s => "CREATE SEQUENCE " ^ s, |
894 textKeysNeedLengths = false, | 894 textKeysNeedLengths = false, |
895 supportsNextval = true, | 895 supportsNextval = true, |
896 supportsNestedPrepared = true} | 896 supportsNestedPrepared = true, |
897 sqlPrefix = ""} | |
897 | 898 |
898 val () = setDbms "postgres" | 899 val () = setDbms "postgres" |
899 | 900 |
900 end | 901 end |