forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitd13fe29
committed
I have a problem with Access97 not working properly when entering new
records using a sub form, i.e. entering a new order/orderlines or masteranddetail tables. The problem is caused by a SQL statement that Access97makesinvolving NULL. The syntax that fails is "column_name" = NULL. Thefollowing attachment was provided by -Jose'-. It contains a very smallenhancement to gram.y that will allow Access97 to work properly with subforms. Can this enhancement be added to release 6.5? <<gram.patch>>Thanks, Michael1 parentfd80c10 commitd13fe29
2 files changed
+4
-2
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
242 | 242 |
| |
243 | 243 |
| |
244 | 244 |
| |
245 |
| - | |
| 245 | + | |
246 | 246 |
| |
247 | 247 |
| |
248 | 248 |
| |
|
Lines changed: 3 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
10 | 10 |
| |
11 | 11 |
| |
12 | 12 |
| |
13 |
| - | |
| 13 | + | |
14 | 14 |
| |
15 | 15 |
| |
16 | 16 |
| |
| |||
3702 | 3702 |
| |
3703 | 3703 |
| |
3704 | 3704 |
| |
| 3705 | + | |
| 3706 | + | |
3705 | 3707 |
| |
3706 | 3708 |
| |
3707 | 3709 |
| |
|
0 commit comments
Comments
(0)