-
Hi,
Thanks for a great open-source broker! I am having an issue au
### Environment
- VerneMQ Version: 1.1.0
- OS: Ubuntu 16.04.2 LTS Xenial
- Erlang/OTP version (if building from source): …
-
Hello. I run into some problem using this library. I need that some models were encrypted with user password, so I need to store cipher key in session and pass it to models on each request. I forked t…
-
Hi Laurenz,
i have a similar Problem (Oracle 12.2 (Yes, very new :-) ) on Windows with Postgres 9.6
The Database is a new fresh Default Installation without any garbage :-)
I took the default Table…
-
It would be nice to be able to just specify type id and for abase to do the following stuff:
+ [x] Specify type of field (based on what kind of IDs we generate)
+ [x] Make field the primary key
…
jrans updated
7 years ago
-
In imposter_pre_002.pdf, p89
> - pgcrypto, which is immensely useful for working with hashing algorithms like Blowfish or SHA1
should be changed to
> - pgcrypto, which is immensely useful for worki…
-
Thanks for submitting an issue to `cloud_controller_ng`. We are always trying to improve! To help us, please fill out the following template.
## Issue
`bundle exec rake` as documented in README.…
-
Set up the Lumen production database. Depending on the choice of cloud service, this will be either RDS or done on Kubernetes.
Things to consider:
- Should support Postgres 9.3 and Postgis.
- The act…
-
I have used EncryptedCharField in a model. So when i need to filter on that field it returns Blank result of queryset.
models.py
```
class Employee(models.Model)
ssn = EncryptedCharField(max_len…
-
From https://www.postgresql.org/docs/9.5/static/uuid-ossp.html:
> Historically this module depended on the OSSP UUID library, which accounts for the module's name. While the OSSP UUID library can sti…
-
Is there any way to unencrypt an encrypted column through active record? Or more importantly, is there a way to unencrypt straight with SQL?