forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commita18b6d2
committed
ecpg: Catch zero-length Unicode identifiers correctly
The previous code to detect a zero-length identifier when usingUnicode identifiers such asexec sql select u&"";did not work. This fixes that.Reviewed-by: Tom Lane <tgl@sss.pgh.pa.us>Discussion:https://www.postgresql.org/message-id/flat/82fafa79-331c-9d65-e51b-8b5d1b2383fc%40enterprisedb.com1 parentbed6ed3 commita18b6d2
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
737 | 737 |
| |
738 | 738 |
| |
739 | 739 |
| |
740 |
| - | |
| 740 | + | |
741 | 741 |
| |
742 | 742 |
| |
743 | 743 |
| |
|
0 commit comments
Comments
(0)