Commit bd855c9
[DBC] Fix for DBF long field names that collide after 10-char truncation. (#1964)
* [XSharp.VFP] Add CLOSE DATABASES, CLOSE TABLE commands
* [XSharp.Core / XSharp.VFP] Add commands CLOSE DATABASES, CLOSE TABLES
* [XSharp.Core] Fix visibility to give access to the ActiveDataBase for CLOSE DATABASES
* [UDC] Merged CLOSE DATABASES and CLOSE TABLES variants into single UDC
* [XSharp.Core / XSharp.VFP] Add support for ADD TABLE, REMOVE TABLE, RENAME TABLE in DBCs
* [XSharp.Core/Data/VFP] CREATE TABLE: long field name support via DBC
* [UDC] Fix an error in CLOSE DATABASE syntax
* [DBC Support] Add several Tests in FoxTest project.
Fix some related functions
* [VFP] Fix SUM and AVERAGE UDCs clause must appear before TO
* [VFP] Add support for COPY MEMO command
* [VFP] Add support of REPLACE ... ADDITIVE command
* [DBC] Fix for DBF long field names that collide after 10-char truncation.
---------
Co-authored-by: Robert van der Hulst <robert@xsharp.eu>1 parent a86ff93 commit bd855c9
2 files changed
Lines changed: 57 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
343 | 343 | | |
344 | 344 | | |
345 | 345 | | |
| 346 | + | |
| 347 | + | |
| 348 | + | |
| 349 | + | |
| 350 | + | |
| 351 | + | |
| 352 | + | |
| 353 | + | |
| 354 | + | |
| 355 | + | |
| 356 | + | |
| 357 | + | |
| 358 | + | |
| 359 | + | |
| 360 | + | |
| 361 | + | |
| 362 | + | |
| 363 | + | |
| 364 | + | |
| 365 | + | |
| 366 | + | |
| 367 | + | |
| 368 | + | |
| 369 | + | |
346 | 370 | | |
347 | 371 | | |
348 | 372 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
| 50 | + | |
50 | 51 | | |
51 | 52 | | |
52 | 53 | | |
| |||
200 | 201 | | |
201 | 202 | | |
202 | 203 | | |
| 204 | + | |
| 205 | + | |
| 206 | + | |
| 207 | + | |
| 208 | + | |
| 209 | + | |
| 210 | + | |
| 211 | + | |
| 212 | + | |
| 213 | + | |
| 214 | + | |
| 215 | + | |
| 216 | + | |
| 217 | + | |
| 218 | + | |
| 219 | + | |
| 220 | + | |
| 221 | + | |
| 222 | + | |
| 223 | + | |
| 224 | + | |
| 225 | + | |
| 226 | + | |
| 227 | + | |
| 228 | + | |
| 229 | + | |
| 230 | + | |
| 231 | + | |
| 232 | + | |
| 233 | + | |
| 234 | + | |
| 235 | + | |
203 | 236 | | |
204 | 237 | | |
205 | 238 | | |
| |||
0 commit comments