Chris Thunes
Chris Thunes
This provides access to the route prefix as a companion to the existing `:compojure/route` data allowing the full route to be reconstructed. Since the `context` macro only accepts a path...
In `cemerick.pomegranate.aether/dependency` the dependency scope is defaulted to "compile". I think this is correct for regular dependencies, but for managed dependencies this forces the scope for the dependency to be...
`viper.AutomaticEnv` is enabled and environment variable overrides works for configuration sections outside of `exporters`. However, a Viper limitation (https://github.com/spf13/viper/issues/507) prevents this from working as expected in "sub" viper instances. This...
The Node base class should include a 'position' attribute. This should be populated with position information for all nodes types in the parser. The position should be copied from the...
This change adds THEN RETURN support for DML statements. The existing "Query" methods already support executing such statements, so this change is limited to updating documentation, adding integration tests, and...