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

Thomas G. Lockhart
Surround all identifiers with double quotes.
Formerly did so only for those which clearly required it, but that would still miss things like reserved key words which also require it.Implement the "-n" switch to revert the double quote behavior to put DQs only where there is more than lower-case, digits, and underscores.1 parentf93b697 commit9601964
3 files changed
+21
-9
lines changedLines changed: 9 additions & 5 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
7 | 7 |
| |
8 | 8 |
| |
9 | 9 |
| |
10 |
| - | |
| 10 | + | |
11 | 11 |
| |
12 | 12 |
| |
13 | 13 |
| |
| |||
486 | 486 |
| |
487 | 487 |
| |
488 | 488 |
| |
| 489 | + | |
| 490 | + | |
| 491 | + | |
489 | 492 |
| |
490 | 493 |
| |
491 | 494 |
| |
492 | 495 |
| |
493 | 496 |
| |
494 | 497 |
| |
495 | 498 |
| |
496 |
| - | |
497 |
| - | |
498 |
| - | |
| 499 | + | |
| 500 | + | |
| 501 | + | |
| 502 | + | |
499 | 503 |
| |
500 |
| - | |
| 504 | + | |
501 | 505 |
| |
502 | 506 |
| |
503 | 507 |
| |
|
Lines changed: 10 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
21 | 21 |
| |
22 | 22 |
| |
23 | 23 |
| |
24 |
| - | |
| 24 | + | |
25 | 25 |
| |
26 | 26 |
| |
27 | 27 |
| |
| |||
100 | 100 |
| |
101 | 101 |
| |
102 | 102 |
| |
| 103 | + | |
103 | 104 |
| |
104 | 105 |
| |
105 | 106 |
| |
| |||
128 | 129 |
| |
129 | 130 |
| |
130 | 131 |
| |
131 |
| - | |
| 132 | + | |
| 133 | + | |
132 | 134 |
| |
133 | 135 |
| |
134 | 136 |
| |
135 | 137 |
| |
| 138 | + | |
| 139 | + | |
136 | 140 |
| |
137 | 141 |
| |
138 | 142 |
| |
| |||
552 | 556 |
| |
553 | 557 |
| |
554 | 558 |
| |
555 |
| - | |
| 559 | + | |
556 | 560 |
| |
557 | 561 |
| |
558 | 562 |
| |
| |||
573 | 577 |
| |
574 | 578 |
| |
575 | 579 |
| |
| 580 | + | |
| 581 | + | |
| 582 | + | |
576 | 583 |
| |
577 | 584 |
| |
578 | 585 |
| |
|
Lines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
5 | 5 |
| |
6 | 6 |
| |
7 | 7 |
| |
8 |
| - | |
| 8 | + | |
9 | 9 |
| |
10 | 10 |
| |
11 | 11 |
| |
| |||
164 | 164 |
| |
165 | 165 |
| |
166 | 166 |
| |
| 167 | + | |
167 | 168 |
| |
168 | 169 |
| |
169 | 170 |
| |
|
0 commit comments
Comments
(0)