Search Results

10
votes

Is there a standard for storing normalized phone numbers in a database?

The Wikipedia page on E.164 should tell you everything you need to know. …
2
votes

Are there benefits to a case sensitive database?

Not all sections of Unicode have a bijective mapping between upper and lower-case characters — or even two sets of cases. In those regions, "case-insensitivity" is a little meaningless, and …
0
votes

What is the best SQL libary for use in Common Lisp?

Allegro Common Lisp has an ODBC library and a …
4
votes

Function persistence in Common Lisp

It's not a database persistence mechanism, but most Common Lisps have a way of writing FASL …