Skip to content

Commit

Permalink
update version, bump dependencies, and refactor changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
tamizhvendan committed Aug 6, 2022
1 parent 23e1009 commit e98813b
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 198 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
* 0.1.0-alpha41 -- 2022-08-06
- Upgrade to HoneySQL v2
- Bump other dependencies to latest version
90 changes: 0 additions & 90 deletions changelog/2020-05-01.md

This file was deleted.

90 changes: 0 additions & 90 deletions changelog/2020-05-15.md

This file was deleted.

11 changes: 0 additions & 11 deletions changelog/2021-06-11.md

This file was deleted.

6 changes: 3 additions & 3 deletions deps.edn
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{:paths ["src"]
:deps {org.clojure/clojure {:mvn/version "1.10.1"}
com.github.seancorfield/next.jdbc {:mvn/version "1.2.796"}
inflections/inflections {:mvn/version "0.13.2"}
edn-query-language/eql {:mvn/version "0.0.9"}
inflections/inflections {:mvn/version "0.14.1"}
edn-query-language/eql {:mvn/version "2021.07.18"}
com.github.seancorfield/honeysql {:mvn/version "2.3.911"}
org.clojure/data.json {:mvn/version "1.0.0"}}}
org.clojure/data.json {:mvn/version "2.4.0"}}}
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.graphqlize</groupId>
<artifactId>honeyeql</artifactId>
<version>0.1.0-alpha40</version>
<version>0.1.0-alpha41</version>

<name>Honey EQL</name>
<description>HoneyEQL enables you to query database using the EQL.</description>
Expand All @@ -21,7 +21,7 @@
<url>https://github.com/graphqlize/honeyeql</url>
<connection>scm:git:git://github.com/graphqlize/honeyeql.git</connection>
<developerConnection>scm:git:ssh://[email protected]/graphqlize/honeyeql.git</developerConnection>
<tag>0.1.0-alpha40</tag>
<tag>0.1.0-alpha41</tag>
</scm>

<dependencies>
Expand Down
2 changes: 0 additions & 2 deletions src/honeyeql/db_adapter/mysql.clj
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@
:ignore #{}}
:foreign-key-suffix "_id"})

(#{"BIT" "TINYINT"} "BIT")

;; https://dev.mysql.com/doc/refman/8.0/en/data-types.html
;; https://dev.mysql.com/doc/connector-j/8.0/en/connector-j-reference-type-conversions.html
(defn- mysql-type->col-type [{:keys [type_name column_size]}]
Expand Down

0 comments on commit e98813b

Please sign in to comment.