Skip to content

Refector sql-execute#7744

Open
labkey-matthewb wants to merge 9 commits into
developfrom
fb_sql_execute_refactor
Open

Refector sql-execute#7744
labkey-matthewb wants to merge 9 commits into
developfrom
fb_sql_execute_refactor

Conversation

@labkey-matthewb

Copy link
Copy Markdown
Contributor

expose executeSQL() in QueryMCP

Rationale

Related Pull Requests

Changes

@labkey-matthewb labkey-matthewb marked this pull request as ready for review June 30, 2026 17:23
Comment thread query/src/org/labkey/query/controllers/QueryMcp.java Outdated
final int columnCount = rs.getMetaData().getColumnCount();

// meta-meta-data
out.write("18.2"+sep+"name"+sep+"jdbcType"+eol);

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What's "18.2"?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

future proofing format version.

Co-authored-by: Adam Rauch <adam@labkey.com>
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.

2 participants