feat(sql): preserve column order from query with indexmap (#1305)

* feat: preserve column order from query with indexmap

* chore(sql): remove default features

* change file
This commit is contained in:
thewh1teagle
2024-05-15 16:15:34 +03:00
committed by GitHub
parent 224108818d
commit a940ef6250
4 changed files with 20 additions and 12 deletions
+5
View File
@@ -0,0 +1,5 @@
---
"sql": patch
---
Preserve column order from SELECT query with indexmap