Re: WITHOUT ROWID tables

x <[email protected]> Mon, 17 Feb 2020 07:35:02 +0000
Newsgroups gmane.comp.db.sqlite.general
Message-ID <DB7PR04MB52891EB14B98439302FA76EBB7160@DB7PR04MB5289.eurprd04.prod.outlook.com>
Re my earlier post (which didn’t go out to mailing list)

sqlite3_table_column_metadata(db,dbName,tblName,"rowid",0,0,0,0,0)==SQLITE_OK
returns false if table tblName is a without rowid table

seems to work for me.

Sent from Mail<https://go.microsoft.com/fwlink/?LinkId=550986> for Windows 10

________________________________
From: sqlite-users <[email protected]> on behalf of Simon Slavin <[email protected]>
Sent: Sunday, February 16, 2020 6:11:02 PM
To: SQLite mailing list <[email protected]>
Subject: Re: [sqlite] WITHOUT ROWID tables

On 16 Feb 2020, at 6:00pm, Bernardo Ramos <[email protected]> wrote:

> I've got no rows for both with and without rowid tables:

<https://sqlite.org/pragma.html#pragma_index_info>

" as of SQLite version 3.30.0 on 2019-10-04 "
_______________________________________________
sqlite-users mailing list
[email protected]
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users
_______________________________________________
sqlite-users mailing list
[email protected]
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users