forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit727a5a1

Michael Meskes
Added rule to ecpg lexer to accept "Unicode surrogate pair in extended quoted
string". This is not really needed because the string gets copied to the outputuntranslated anyway, but by adding this rule the lexer stays in sync with thebackend lexer.1 parent9de3aa6 commit727a5a1
1 file changed
+2
-0
lines changedLines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
146 | 146 |
| |
147 | 147 |
| |
148 | 148 |
| |
| 149 | + | |
149 | 150 |
| |
150 | 151 |
| |
151 | 152 |
| |
| |||
505 | 506 |
| |
506 | 507 |
| |
507 | 508 |
| |
| 509 | + | |
508 | 510 |
| |
509 | 511 |
| |
510 | 512 |
| |
|
0 commit comments
Comments
(0)