LemonLDAPNG / Apache-Session-Browseable

Apache::Session::Browseable Perl module
http://search.cpan.org/dist/Apache-Session-Browseable/
Other
3 stars 5 forks source link

pgjson: gkfas does not work when selecting columns #30

Open maxbes opened 3 years ago

maxbes commented 3 years ago
Lemonldap::NG::Common::Apache::Session->get_key_from_all_sessions( $args,
    [ '_2fDevices', '_session_uid' ] );

Result:

DBD::Pg::st fetchall_hashref failed: Field 'id' does not exist (not one of _2fdevices _session_uid) at /usr/share/perl5/vendor_perl/Apache/Session/Browseable/PgJSON.pm line 132.
DBD::Pg::st fetchall_hashref failed: Field 'id' does not exist (not one of _2fdevices _session_uid) at /usr/share/perl5/vendor_perl/Apache/Session/Browseable/PgJSON.pm line 132.
coudot commented 1 year ago

Is this issue still active? I see the proposed fix (#31) has not been merged