[MDEV-32865] Get datas from Table Created: 2023-11-23 Updated: 2023-12-05 Resolved: 2023-12-05 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Data Manipulation - Subquery |
| Affects Version/s: | 10.11.5 |
| Fix Version/s: | N/A |
| Type: | Bug | Priority: | Blocker |
| Reporter: | laurent bisson | Assignee: | Unassigned |
| Resolution: | Duplicate | Votes: | 0 |
| Labels: | None | ||
| Environment: |
windows 10 |
||
| Attachments: |
|
||||||||
| Issue Links: |
|
||||||||
| Description |
|
Bonjour, We use a powershell script to get datas from a MariaDB table version 10.11.5. But it doesn't work. Even if it works with 10.9.2 version server. Problem is at line 23 in testCon.ps1 file, function $dataAdapter.Fill($dataSet, "data") Thanks a lot, have a good day. |
| Comments |
| Comment by Vladislav Vaintroub [ 2023-12-05 ] |
|
The difference is in "show collation", MariaDB 10.10+ returns some with NULL IDs, and MySQL Connector/NET does not like them. |