Added some comments to the view which returns a list of foreign keys and some tests. |
|
More...
|
about 7 years ago
|
Added function to check if a string does only contain characters of a given encoding with some tests. |
|
More...
|
about 7 years ago
|
Added a function which returns the size for a given database Schema with some tests. |
|
More...
|
about 7 years ago
|
Added a function to check strings for being timestamps with some tests. |
|
More...
|
about 7 years ago
|
Added comments to function sha256 and some test cases. |
|
More...
|
about 7 years ago
|
Added a comment to the function is_numeric and added test cases. |
|
More...
|
about 7 years ago
|
Added a function to check strings to be dates with a test about the procedure. |
|
More...
|
about 7 years ago
|
Corrected the function name for the comment. |
|
More...
|
about 7 years ago
|
Added a comment about the function to be written as comment to the database. |
|
More...
|
about 7 years ago
|
Added a function and an aggregate to fill gaps in window functions. |
|
More...
|
about 7 years ago
|
Added two functions to replace non latin1 characters with either, spaces or a character given as parameter. |
|
More...
|
about 7 years ago
|
Added a function to validate strings containing only latin1 characters. |
|
More...
|
about 7 years ago
|
Added a second function to check if a text is a date by a format string as parameter. |
|
More...
|
about 7 years ago
|
Added a column with the table schema to the foreign key list. |
|
More...
|
over 7 years ago
|
Added a view which returns all foreign keys. |
|
More...
|
over 7 years ago
|
Added a function which returns a SHA256 hash for the given value. Value has to be BYTEA. |
|
More...
|
over 7 years ago
|
Added a function which checks strings to be a date. |
|
More...
|
over 7 years ago
|
Added a function which checks strings to be numeric. |
|
More...
|
over 7 years ago
|
Added a function which checks strings to be a timestamp. |
|
More...
|
over 7 years ago
|
Added aggretate for windows functions to fill gaps. |
|
More...
|
over 7 years ago
|
Added a function which does return its total size. |
|
More...
|
over 7 years ago
|