Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Using blob filters in dynamic SQL [CORE1266] #706

Closed
firebird-automations opened this issue May 17, 2007 · 6 comments
Closed

Using blob filters in dynamic SQL [CORE1266] #706

firebird-automations opened this issue May 17, 2007 · 6 comments

Comments

@firebird-automations
Copy link
Collaborator

Submitted by: Igor Lobov (ivl)

Is related to QA262

Create a way to using a blob filters without using embedded sql. For example:
SELECT blob_field1 FILTRED BY <filter_name> FROM table1;

Or in
CAST(blob_field AS BLOB SUBTYPE X) in SELECT, INSERT and other DML operators. For example:
SELECT CAST(blob_field AS BLOB SUBTYPE X) FROM table1;

Or/and in CREATE TABLE with the automatic conversion:
CREATE TABLE table1 (
blob_field BLOB INPUT_SUBTYPE X OUTPUT_SUBTYPE Y);
Or
CREATE TABLE table1 (
blob_field BLOB INPUT_FILTER <input_filter_name> OUTPUT_FILTER
<output_filter_name>);

@firebird-automations
Copy link
Collaborator Author

Commented by: @asfernandes

> SELECT CAST(blob_field AS BLOB SUBTYPE X) FROM table1;
Have you tried this in V2.1?
It should work.

@firebird-automations
Copy link
Collaborator Author

Modified by: @asfernandes

issuetype: New Feature [ 2 ] => Improvement [ 4 ]

Fix Version: 2.1 Alpha 1 [ 10150 ]

assignee: Adriano dos Santos Fernandes [ asfernandes ]

summary: Using blob filters in static SQL => Using blob filters in dynamic SQL

@firebird-automations
Copy link
Collaborator Author

Modified by: @asfernandes

status: Open [ 1 ] => Resolved [ 5 ]

resolution: Fixed [ 1 ]

@firebird-automations
Copy link
Collaborator Author

Modified by: @pcisar

Workflow: jira [ 12124 ] => Firebird [ 15576 ]

@firebird-automations
Copy link
Collaborator Author

Modified by: @pcisar

Link: This issue is related to QA262 [ QA262 ]

@firebird-automations
Copy link
Collaborator Author

Modified by: @pavel-zotov

QA Status: No test

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

No branches or pull requests

2 participants