It is not a bug AFAIK. SQLite uses what the documentation calls dynamic typing for its actual values. So if you are inserting integers into a real column, you are going to store integers. However, when you select from it they are presented as reals and mix up (looking as if there were duplicates, even though the stored values are truly unique). _______________________________________________ sqlite-users mailing list [email protected] http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users
- [sqlite] Bug: float granularity breaking unique contrain... szmate1618
- Re: [sqlite] Bug: float granularity breaking unique... Bernardo Sulzbach
- Re: [sqlite] Bug: float granularity breaking un... James K. Lowden
- Re: [sqlite] Bug: float granularity breakin... Bernardo Sulzbach
- Re: [sqlite] Bug: float granularity breakin... David Empson
- Re: [sqlite] Bug: float granularity breakin... David Raymond
- Re: [sqlite] Bug: float granularity bre... Dennis Clarke
- [sqlite] json_each() in a table trigger... Lindsay Lawrence

