|
|
|
|
|
by thayne
538 days ago
|
|
> you can have "listX" and then write a non-list into that same name; statically typed systems would not allow this Well, that depends. In most SQL databases there are many cases where supplying the wrong type of value will implicitly convert to the expected type, often in unexpected ways that can result in subtle bugs. |
|
as mentioned, SQLite breaks all these rules and I think SQLite is very wrong on this.