|
2013-01-01
| ||
| 19:32 | • Closed ticket [dd45aba387]: connection properties LastInsertRowId, MemoryUsed, and MemoryHighwater do not work on Win CE plus 3 other changes artifact: f32b16692b user: mistachkin | |
|
2012-10-10
| ||
| 13:11 | • Fixed ticket [dd45aba387]. artifact: 37831a0b52 user: mistachkin | |
| 13:08 | Work around the inability of the .NET Compact Framework to marshal Int64 P/Invoke parameters and return types by value. Fix for ticket [dd45aba387]. check-in: 2042b718d3 user: mistachkin tags: trunk | |
| 13:07 | • New ticket [dd45aba387] connection properties LastInsertRowId, MemoryUsed, and MemoryHighwater do not work on Win CE. artifact: f095d90e3a user: mistachkin | |
| Ticket Hash: | dd45aba387609229b5809971877690dddf854894 | ||
| Title: | connection properties LastInsertRowId, MemoryUsed, and MemoryHighwater do not work on Win CE | ||
| Status: | Closed | Type: | Code_Defect |
| Severity: | Important | Priority: | NextRelease |
| Subsystem: | Integration_Via_PInvoke | Resolution: | Fixed |
| Last Modified: |
2013-01-01 19:32:37 13.29 years ago |
Created: |
2012-10-10 13:07:28 13.51 years ago |
| Version Found In: | 1.0.82.0 | ||
| Description: | ||||
|
Due to a limitation of the .NET Compact Framework, the connection properties LastInsertRowId, MemoryUsed, and MemoryHighwater on that platform. The root cause is the inability of the P/Invoke marshaller to handle Int64 parameters and return types by value.
This issue was reported on the mailing list. mistachkin added on 2012-10-10 13:11:36 UTC: | ||||