mirror of
https://github.com/nim-lang/Nim.git
synced 2026-02-13 06:43:52 +00:00
move std/parsesql to nimble packages (#25156)
pending https://github.com/nim-lang/packages/pull/3117
ref https://github.com/nim-lang/parsesql
(cherry picked from commit f90951cc61)
This commit is contained in:
@@ -23,6 +23,8 @@ errors.
|
||||
|
||||
- With `-d:nimPreviewCStringComparisons`, comparsions (`<`, `>`, `<=`, `>=`) between cstrings switch from reference semantics to value semantics like `==` and `!=`.
|
||||
|
||||
- `std/parsesql` has been moved to a nimble package, use `nimble` or `atlas` to install it.
|
||||
|
||||
## Standard library additions and changes
|
||||
|
||||
[//]: # "Additions:"
|
||||
|
||||
@@ -12,6 +12,8 @@
|
||||
##
|
||||
## Unstable API.
|
||||
|
||||
{.deprecated: "use `nimble install parsesql` and import `pkg/parsesql` instead".}
|
||||
|
||||
import std/[strutils, lexbase]
|
||||
import std/private/decode_helpers
|
||||
|
||||
|
||||
Reference in New Issue
Block a user