Roman Fleysher, on Thursday, October 10, 2019 04:17 PM, wrote...
>
> With your brain excluded, who is "we"?
>
> The beauty of SQLite is that SQL was distilled to the smallest and most 
> reproducible
> on many platforms set. Over time, I see how developers expand functionality 
> to make it
> more convenient while maintaining reproducibility across platforms. Time, 
> date, math
> operations are extremely hard to make reproducible. SQLite is small in SQL 
> already: It
> has LEFT JOIN and does not have RIGHT JOIN. Why? Because RIGHT can be made 
> out of LEFT
> by swapping order of tables. That is how small it is. The new functionality 
> should be
> more substantial than swapping the order of tables or adding extra SQL line 
> of code for
> date manipulation.

Nothing is going to change about this. That will continue to be for 50 years, 
or so.

> More over, SQLIte already has extension mechanism and many libraries have 
> been written:
>
> https://www.sqlite.org/contrib/

Thanks. I didn't know this.

> The "we" can add to it date manipulation routines and many other.

This is what I am talking about.  But now, more purposely driven.

> SQLite is a beauty. Learn to see it!
I saw it, and I loved it.

josé
_______________________________________________
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to