Sqlite3 column table alias by d3x0r · Pull Request #3 · sqlite/sqlite · GitHub
Skip to content

Sqlite3 column table alias#3

Open
d3x0r wants to merge 20 commits intosqlite:masterfrom
d3x0r:sqlite3_column_table_alias
Open

Sqlite3 column table alias#3
d3x0r wants to merge 20 commits intosqlite:masterfrom
d3x0r:sqlite3_column_table_alias

Conversation

@d3x0r
Copy link
Copy Markdown

@d3x0r d3x0r commented Mar 11, 2021

d3x0r added 8 commits January 12, 2021 09:23
…_ENABLE_COLUMN_METADATA, sqlite3_column_table_alias returns the alias specified in the query.
…ed; Add sqlite3_column_table_alias returns the alias of the table the column belongs to, which was specified in the prepared statement.
@d3x0r d3x0r marked this pull request as ready for review March 11, 2021 05:34
@justinclift
Copy link
Copy Markdown

justinclift commented Mar 11, 2021

@d3x0r
Copy link
Copy Markdown
Author

d3x0r commented Nov 16, 2021

The first message associated with the PR was a Sqlite Forum link.... so that was already done.
That's interesting about 'open source, but not open contribution' how about 'open fix your non-functionality' ?
I'm going to keep quietly keeping this in sync... (although I might have to close this specific PR - it seems to represent changes that https://github.com/d3x0r/sqlite/tree/sqlite3_column_table_alias doesn't actually have against master. ) same branch; I started to open a new PR, but realized this one should just update...
This gives a way to get a standard diff which could be used with patch ....

@justinclift
Copy link
Copy Markdown

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. 😄

@Atiqjokhio
Copy link
Copy Markdown

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants