Skip to content

Commit f90951c

Browse files
authored
move std/parsesql to nimble packages (#25156)
pending nim-lang/packages#3117 ref https://github.com/nim-lang/parsesql
1 parent af6be4f commit f90951c

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

changelog.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ errors.
2323

2424
- With `-d:nimPreviewCStringComparisons`, comparsions (`<`, `>`, `<=`, `>=`) between cstrings switch from reference semantics to value semantics like `==` and `!=`.
2525

26+
- `std/parsesql` has been moved to a nimble package, use `nimble` or `atlas` to install it.
27+
2628
## Standard library additions and changes
2729

2830
[//]: # "Additions:"

lib/pure/parsesql.nim

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
1212
##
1313
## Unstable API.
1414

15+
{.deprecated: "use `nimble install parsesql` and import `pkg/parsesql` instead".}
16+
1517
import std/[strutils, lexbase]
1618
import std/private/decode_helpers
1719

0 commit comments

Comments
 (0)