Skip to content

BUG: Fix ase.db strings interpreted as integers or floats

username-removed-256065 requested to merge stly/ase:db-integer-string into master

Now there is a test of whether a value in a key value pair is put in as a string but can be interpreted as a integer or float. This is not allowed since you will not be able to search for this key value pair again.

Merge request reports