Git Product home page Git Product logo

Comments (7)

cbruno10 avatar cbruno10 commented on July 19, 2024 2

@matteoredaelli Sorry for the long silence on this one. I'm not sure if a fix is required in this plugin and/or our Postgres FDW, but we do currently have a bug open in our FDW repo that may resolve this issue. I've commented in that issue and will follow-up further to see where the fix(es) are required. I'll echo any updates in that issue back in this one as well for tracking purposes.

from steampipe-plugin-ldap.

matteoredaelli avatar matteoredaelli commented on July 19, 2024

See also the thread on slack https://steampipe.slack.com/archives/C01UECB59A7/p1644008073746389

from steampipe-plugin-ldap.

matteoredaelli avatar matteoredaelli commented on July 19, 2024

Hello I get the same error with

matteo@debian:~$ steampipe query
Welcome to Steampipe v0.13.3
For more information, type .help
> select sam_account_name
from
  ldap_group
where sam_account_name like 'Qliksense_%';
Error: unsupported Unicode escape sequence (SQLSTATE 22P05)

With sqlline & postgres jdbc driver I get

0: jdbc:postgresql://localhost:9193/steampipe> select sam_account_name
. . . . . . . . . . . . . . . . . . semicolon> from
. . . . . . . . . . . . . . . . . . semicolon>   ldap_group
. . . . . . . . . . . . . . . . . . semicolon> where sam_account_name like 'Qliksense_%'
. . . . . . . . . . . . . . . . . . semicolon> ;
Error: ERROR: unsupported Unicode escape sequence
  Detail: \u0000 cannot be converted to text.
  Where: JSON data, line 1: ...om"],"objectClass":["top","group"],"objectGUID":[... (state=22P05,code=0)

My database*.log is

******************************************************

		steampipe postgres fdw init

******************************************************
2022/03/30 19:40:56 [INFO] Log level WARN
2022-03-30 17:41:09.945 UTC [93175] ERROR:  unsupported Unicode escape sequence
2022-03-30 17:41:09.945 UTC [93175] DETAIL:  \u0000 cannot be converted to text.
2022-03-30 17:41:09.945 UTC [93175] CONTEXT:  JSON data, line 1: ...om"],"objectClass":["top","group"],"objectGUID":[...
2022-03-30 17:41:09.945 UTC [93175] STATEMENT:  select sam_account_name
	from
	  ldap_group
	where sam_account_name like 'Qliksense_%';
2022-03-30 17:44:07.691 UTC [93175] ERROR:  unsupported Unicode escape sequence
2022-03-30 17:44:07.691 UTC [93175] DETAIL:  \u0000 cannot be converted to text.
2022-03-30 17:44:07.691 UTC [93175] CONTEXT:  JSON data, line 1: ...om"],"objectClass":["top","group"],"objectGUID":[...
2022-03-30 17:44:07.691 UTC [93175] STATEMENT:  select sam_account_name
	from
	  ldap_group
	where sam_account_name like 'Qliksense_%';
2022-03-30 17:44:35.695 UTC [93175] LOG:  disconnection: session time: 0:04:03.204 user=steampipe database=steampipe host=127.0.0.1 port=47746

from steampipe-plugin-ldap.

cbruno10 avatar cbruno10 commented on July 19, 2024

@matteoredaelli We released Steampipe v0.14.0 yesterday, which fixed some unicode escape sequence errors like the one you were seeing above. When you get a chance, can you please download the latest version of Steampipe and run the same queries? If you're still getting an error, feel free to re-open this issue and we'll have another look, thanks!

from steampipe-plugin-ldap.

christianherweg0807 avatar christianherweg0807 commented on July 19, 2024

I think the Problem is still there :

$ steampipe -v
steampipe version 0.14.6

Here an example with latest ldap plugin running against an Microsoft AD LDAP:

> select mail from ldap_user where department like 'MY-DE-PA-RT-MENT';
**Error: unsupported Unicode escape sequence (SQLSTATE 22P05)**
> select mail from ldap_user where department = 'MY-DE-PA-RT-MENT';
+-----------------------------+
| mail                        |
+-----------------------------+
| [email protected]    |

from steampipe-plugin-ldap.

cbruno10 avatar cbruno10 commented on July 19, 2024

@christianherweg0807 Thanks for reporting there's still an issue, and sorry that it's still there! I'll re-open turbot/steampipe-postgres-fdw#118 and add your comment in there, can you please follow-up in that issue with anymore information/questions, as that's the proper repo to fix it in I believe. Thanks!

from steampipe-plugin-ldap.

cbruno10 avatar cbruno10 commented on July 19, 2024

Accidentally re-opened and assigned the wrong person here, re-closing so we can continue discussion in turbot/steampipe-postgres-fdw#118.

from steampipe-plugin-ldap.

Related Issues (5)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.