mirror of
https://github.com/JohnEstropia/CoreStore.git
synced 2026-01-11 20:00:30 +01:00
How to use case insensitive fetch? #400
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @AndriiPetrovDev on GitHub (Jan 31, 2023).
I need to write something like this, but Xcode doesn't want to compile it
let info = try trx.fetchOne(From< Token >().where(.$symbol.lowercased() == symbol))