diff options
author | Kris Jurka <books@ejurka.com> | 2005-04-22 14:48:18 +0000 |
---|---|---|
committer | Kris Jurka <books@ejurka.com> | 2005-04-22 14:48:18 +0000 |
commit | a44f99024c43fa7cb4fb24e62033bc5704e0355c (patch) | |
tree | 1b33773979dff671138bbadf936597e980e2ce74 /src/backend/parser | |
parent | f5517ddbdafbb34e7aabd9fe041f1cbb24aad1f5 (diff) | |
download | postgresql-a44f99024c43fa7cb4fb24e62033bc5704e0355c.tar.gz postgresql-a44f99024c43fa7cb4fb24e62033bc5704e0355c.zip |
Updatable ResultSets need to check for an empty ResultSet because
isBeforeFirst and isAfterLast both return false for an empty result
so the checking to make sure the user is on a valid row wasn't
working.
Also don't allow an insert without specifying at least one column
value because INSERT INTO tab() values() is a syntax error.
Diffstat (limited to 'src/backend/parser')
0 files changed, 0 insertions, 0 deletions