Mercurial > urweb
comparison src/postgres.sml @ 886:5805fa825fe8
Most of demo working with SQLite
author | Adam Chlipala <adamc@hcoop.net> |
---|---|
date | Fri, 17 Jul 2009 17:03:37 -0400 |
parents | 9c1b7e46eed2 |
children | 034eeb099564 |
comparison
equal
deleted
inserted
replaced
885:e6070333d8a8 | 886:5805fa825fe8 |
---|---|
888 nextvalPrepared = nextvalPrepared, | 888 nextvalPrepared = nextvalPrepared, |
889 sqlifyString = sqlifyString, | 889 sqlifyString = sqlifyString, |
890 p_cast = p_cast, | 890 p_cast = p_cast, |
891 p_blank = p_blank, | 891 p_blank = p_blank, |
892 supportsDeleteAs = true, | 892 supportsDeleteAs = true, |
893 supportsUpdateAs = true, | |
893 createSequence = fn s => "CREATE SEQUENCE " ^ s, | 894 createSequence = fn s => "CREATE SEQUENCE " ^ s, |
894 textKeysNeedLengths = false, | 895 textKeysNeedLengths = false, |
895 supportsNextval = true, | 896 supportsNextval = true, |
896 supportsNestedPrepared = true, | 897 supportsNestedPrepared = true, |
897 sqlPrefix = ""} | 898 sqlPrefix = ""} |