Skip to content

Commit

Permalink
Merge pull request #90 from allipatev/ws-in-rls-cls-example
Browse files Browse the repository at this point in the history
Remove "ws://" from connection object example.
  • Loading branch information
allipatev authored Jul 25, 2024
2 parents 542f87f + 6e38954 commit 7739d67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Database-Features/attachments/RLS-CLS-Demo_PYTHON3.sql
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ def adapter_call(request):
/

--create connection
create or replace connection SELF_CONNECTION to 'ws://localhost:8563' user 'SYS' identified by 'exasol';
create or replace connection SELF_CONNECTION to 'localhost:8563' user 'SYS' identified by 'exasol';

-- create the virtual schema using the defined adapter and specified data schema
CREATE VIRTUAL SCHEMA SECURED_BANK USING adapter_schema.rls_adapter with table_schema='OUR_BANK' META_CONNECTION='SELF_CONNECTION';
Expand Down

0 comments on commit 7739d67

Please sign in to comment.