-
Updated
May 31, 2020 - TSQL
postgresql-database
Here are 492 public repositories matching this topic...
-
Updated
May 28, 2020 - Perl
-
Updated
Mar 19, 2020 - TeX
See #44.
On Windows, the checked-in symlink java/BinExport/src/main/proto/binexport2.proto
-> binexport2.proto
cannot be followed.
Possible solutions:
- Have Gradle copy the file before the build
- Figure out a (supported) way to only specify a single proto file to the
protoc
compiler from Gradle.
-
Updated
Jun 7, 2020 - C#
-
Updated
Jul 25, 2018 - Go
For a table with a column named 'default', get following output:
ALTER TABLE public.example_table ADD COLUMN default boolean NOT NULL DEFAULT false;
Resulting in a syntax error. Syntactically correct output would quote the 'default' column identifier as such:
ALTER TABLE public.example_table ADD COLUMN "default" boolean NOT NULL DEFAULT false;
-
Updated
Mar 5, 2020 - Python
-
Updated
Jun 5, 2020 - Perl
-
Updated
Jan 23, 2020 - HTML
I trying to do CI using a standalone gitlab-ci runner container in a dedicated server. To run the tests I'm using zonky to create a postgis database service which is also containerized. It runs fine in my local machine. But while my Gitlab-ci runs the test it throws Illegalstateexception
as it failed to load the application context. Anyone else experienced the same?
Thanks in advance.
-
Updated
Jun 2, 2020 - JavaScript
-
Updated
Aug 25, 2017 - Objective-C
-
Updated
Jun 10, 2020 - Python
-
Updated
Jun 1, 2017 - C#
-
Updated
Nov 21, 2019 - Shell
-
Updated
Jan 1, 2020 - JavaScript
-
Updated
Apr 16, 2020 - Go
-
Updated
Oct 7, 2019 - Go
-
Updated
Mar 16, 2019 - C++
`
---------------------------------------------------------------------------
ModuleNotFoundError Traceback (most recent call last)
<ipython-input-1-4a9ab2317030> in <module>
4
5 #Importing postgres credentials
----> 6 from postgres_credentials import *
7
8 #Importing twitter credentials
ModuleNotFoundError: No module named 'postgres_
-
Updated
May 13, 2019 - Python
-
Updated
Dec 18, 2019 - Ruby
-
Updated
Jul 21, 2016 - JavaScript
-
Updated
Apr 15, 2020 - C++
Add code
Add Sematext code before the closing tag:
<script type="text/javascript"> (function(e,t,r,n,a){var c=[];e[a]=function(){c.push(arguments)}; e[a].queue=c;var s=t.createElement(r);s.async=1;s.src=n; var u=t.getElementsByTagName(r)[0];u.parentNode.insertBefore(s,u)}) (window,document,"script","//cdn.sematext.com/rum.js","strum"); </script>-
Updated
Dec 12, 2019 - Java
Improve this page
Add a description, image, and links to the postgresql-database topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the postgresql-database topic, visit your repo's landing page and select "manage topics."
See the-road-to-graphql/fullstack-apollo-express-postgresql-boilerplate#5 for users domain. Maybe someone wants to add tests for the messages domain too.