1
0
mirror of https://github.com/bitwarden/server.git synced 2024-12-02 13:53:23 +01:00
bitwarden-server/src/Sql/PostgreSQL
Papina 665e78ec1c PostgreSQL - Functions (#578)
* PostgreSQL initial commit of translation from SQL Server to PostgreSQL

* snake_case added.
set search path for schema.  schema qualified name no longer needed for creation and access of functions.

* Table DDL for PostgreSQL

* Rename User.sql to user.sql

* PostgreSQL views, 
snake_case column fix for user_create, 
rename of users.sql file to lowercase

* user_update function

* remove tabs

* cast types, and table DDL changed to match

* case

* resolve casting issues. casting is done inside function

* update views

* more functions

* more functions

* removed casting

* spelling mistake

* spelling

* changes to functions, added replace
2019-12-02 08:28:18 -05:00
..
Functions PostgreSQL - Functions (#578) 2019-12-02 08:28:18 -05:00
Role #453 Added PostgreSQL initial db scripts (User) (#556) 2019-09-11 13:38:46 -04:00
Schema PostgreSQL - Functions (#578) 2019-12-02 08:28:18 -05:00
Tables PostgreSQL - Functions (#578) 2019-12-02 08:28:18 -05:00
Views PostgreSQL - Functions (#578) 2019-12-02 08:28:18 -05:00