Conversation
…_ENABLE_COLUMN_METADATA, sqlite3_column_table_alias returns the alias specified in the query.
…3_column_table_alias
…ed; Add sqlite3_column_table_alias returns the alias of the table the column belongs to, which was specified in the prepared statement.
…/sqlite # Conflicts: # src/loadext.c # src/sqlite3ext.h
|
The first message associated with the PR was a Sqlite Forum link.... so that was already done. |
…3_column_table_alias # Conflicts: # src/loadext.c # src/sqlite3ext.h
…/sqlite into sqlite3_column_table_alias # Conflicts: # src/loadext.c # src/sqlite3ext.h
|
As a thought, is this something that you could turn into a SQLite extension instead? That way, it could be directly hosted in one of the SQLite extension repositories (there seem to be a few now), and people would probably find it easier. 😄 |
…/sqlite into sqlite3_column_table_alias
…3_column_table_alias

https://sqlite.org/forum/forumpost/fdb0bb7ad0?t=h