Questions tagged [clojure]

Clojure is a programming language. The clojure tag should only be used for questions relating to how to perform database-related work using the Clojure language.

Clojure is a general-purpose programming language with an emphasis on functional programming and is a dialect of the Lisp programming language.

Clojure runs on the Java Virtual Machine, .Net CLR (Common Language Runtime), and JavaScript engines.

2 questions
5
votes
1 answer

Using SELECT to call a function in a jdbc migration

I'm looking to set up some Postgres/PostGIS migrations with clojure/jdbc. running side-effect functions with SELECT is proving to be an issue, with most migration libs eventually throwing the A result was returned when none was expected error,…
user3276552
  • 151
  • 3
1
vote
1 answer

sqlserver 2014 DEFAULT in VALUES using MERGE

I'm trying to insert or update multiple rows in an SQL Server 2014 database. Some of the columns may need to be set to DEFAULT, however sqlserver barfs when there is a DEFAULT. Incorrect syntax near the keyword 'DEFAULT'. Here is a small…
jeff
  • 11
  • 1