Skip to content

PRISMADB DECRYPT not working for MySQL Database #19

@saklanipankaj

Description

@saklanipankaj
PRISMADB DECRYPT t1.a;
SHOW COLUMNS FROM t1;
> Query OK, 0 rows affected (1.00 sec)

> +-------+--------------+------+------+-------------------+-------+---------------------------------+
> | Field | Type         | Null | Key  | Default           | Extra | Encryption                      |
> +-------+--------------+------+------+-------------------+-------+---------------------------------+
> | a     | double       | YES  |      | NULL              |       | Addition, Multiplication, Range |
> | b     | int          | YES  |      | NULL              |       | Addition, Multiplication, Range |
> | c     | varchar(100) | YES  |      | NULL              |       | Store, Search                   |
> | d     | timestamp    | NO   |      | CURRENT_TIMESTAMP |       | None                            |
> +-------+--------------+------+------+-------------------+-------+---------------------------------+
> 4 rows in set (0.01 sec)

There does not seem to be any change in the Encryption of the column that should no longer be encrypted any longer.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions