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

support pgsql type cast [T883] #296

Merged
merged 7 commits into from
Dec 31, 2018
Merged

support pgsql type cast [T883] #296

merged 7 commits into from
Dec 31, 2018

Conversation

Lagovas
Copy link
Collaborator

@Lagovas Lagovas commented Dec 27, 2018

  • support RETURNING clause for insert's which used in postgresql and our django examples
  • add support of quoted identifiers in sql to allow use "tablename" and where "column"=1 in postgresql/mysql which uses by orm (ex. django orm)
    p.s. this pr fix usage transparent encryption mode for django example (@shadinua )

@storojs72
Copy link
Contributor

Can you please explain why and how do you need to use sqlparser somewhere except acra-censor?

@Lagovas
Copy link
Collaborator Author

Lagovas commented Dec 28, 2018

sqlparser we need to parse insert/update queries and replace values with encrypted. 1. match table which touched with query and match columns which marked in config to encrypt

@vixentael vixentael merged commit 18651eb into cossacklabs:master Dec 31, 2018
@Lagovas Lagovas deleted the lagovas/T883-support-pgsql-type-cast branch January 15, 2019 10:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants