Re: [sqlite] Joining list?

2017-09-28 Thread Jose F. Gimenez
s  :-( I have also a mailman installation in a server for my own bussines, and some of my coleages had to drop their gmail accounts and switched to other email providers. That's all. Regards, Jose F. Gimenez El 28/09/2017 a las 13:03, pisymbol . escribió: On Thu, Sep 28, 2017 at 6:57 AM, Si

[sqlite] determining is-leap-year in sqlite

2016-02-18 Thread Jose F. Gimenez
complete centuries!). I belive none of us (people in this mailingist) will still be alive in 2100 ;-) Regards, Jose F. Gimenez

Re: [sqlite] sqlite_column_table_name() and table alias name

2014-11-04 Thread Jose F. Gimenez
Hi, any chance that this or a similar sqlite3_column_table_alias_name() were added to SQLite? TIA, Jose F. Gimenez ___ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Re: [sqlite] sqlite_column_table_name() and table alias name

2014-11-02 Thread Jose F. Gimenez
And in fact, if you use them, other errors arise. Regards, Jose F. Gimenez ___ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Re: [sqlite] sqlite_column_table_name() and table alias name

2014-11-02 Thread Jose F. Gimenez
hich does the job. IMHO, sqlite3_column_table_name() should returns the table alias, and there should be another function sqlite3_columns_orgtable_name() which returns the original table name. But now, it's not desirable to break backwards compatibility.

Re: [sqlite] sqlite_column_table_name() and table alias name

2014-11-02 Thread Jose F. Gimenez
st->a[j].pSelect; + zTableAlias = pTabList->a[j].zAlias?pTabList->a[j].zAlias:pTabList->a[j].zName; }else{ pNC = pNC->pNext; } The rest of changes are to accomodate that info into the actual code. Please, I'll be very happy if it's evaluated an

Re: [sqlite] sqlite_column_table_name() and table alias name

2014-11-01 Thread Jose F. Gimenez
m sender and receipt), but seems that it's not possible to get the alias table name. BTW, in my work I use both SQLite and MySQL/MariaDB, and MySQL/MariaDB allows to get that information (there are and fields in MYSQL_FIELD struct). I only have problems with SQLite. TIA, Jose F. Gimenez ___

[sqlite] sqlite_column_table_name() and table alias name

2014-10-31 Thread Jose F. Gimenez
and for column 4? TIA, Jose F. Gimenez ___ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Re: [sqlite] Running on windows 98

2013-01-24 Thread Jose F. Gimenez
Richard, Ok, I fully understand your POV. I also write software for other developers, and many times I have to deal with these kind of issues. Thanks again. Jose F. Gimenez ___ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org

Re: [sqlite] Running on windows 98

2013-01-24 Thread Jose F. Gimenez
. Thanks, Jose F. Gimenez ___ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Re: [sqlite] Running on windows 98

2013-01-24 Thread Jose F. Gimenez
Hi, any comment about this subject? TIA, Jose F. Gimenez El 09/01/2013 20:36, Jose F. Gimenez escribió: Hi all, I've recently noticed that sqlite doesn't work on windows 98 since version 3.7.12, due to the change to use OVERLAPPED when read and write files. I've made a small modification