Skip to content

Commit 3afb8d2

Browse files
🗃️ update CHANGELOG.md
1 parent 2424ea0 commit 3afb8d2

File tree

1 file changed

+42
-1
lines changed

1 file changed

+42
-1
lines changed

CHANGELOG.md

Lines changed: 42 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
## unreleased
55

6-
> 2021-08-24
6+
> 2021-08-26
77
88
### :art: Structure/Formating
99

@@ -14,6 +14,19 @@
1414

1515
### :boom: Breaking Changes
1616

17+
<dl><dd><details><summary><a href="https://github.com/tami5/sql.nvim/commit/a6bd3d1cae9d3a075bd3cf1d059a1b47e0fb5ecf"><tt>a6bd3d1</tt></a> sql.schema return detailed description of table.</summary>
18+
19+
Not sure if this is a wise decision or not. But it beat having the
20+
schema returned given the key and the value the user written.
21+
22+
</details></dd></dl>
23+
24+
<dl><dd><details><summary><a href="https://github.com/tami5/sql.nvim/commit/5b0710f50053f7e7a669f21b57979e4ef7c0aa14"><tt>5b0710f</tt></a> (parser) change nullable to require + refactor</summary>
25+
26+
Additionally, make primary reference pk.
27+
28+
</details></dd></dl>
29+
1730
<dl><dd><details><summary><a href="https://github.com/tami5/sql.nvim/commit/8bf61d2b548b0e8c102e6e36dd21beae133ddf63"><tt>8bf61d2</tt></a> change sugar function namespace to sql.lib</summary>
1831

1932
changes access to sugar functions and store it in lib. It was weird typing out `sql...` and abbreviating it seems harder too.
@@ -23,6 +36,16 @@ changes access to sugar functions and store it in lib. It was weird typing out `
2336

2437
### :bug: Bug Fixes
2538

39+
<dl><dd><details><summary><a href="https://github.com/tami5/sql.nvim/commit/1c88610b902c122560fdd28683b101c755853a8e"><tt>1c88610</tt></a> extended tables referencing mutable db object + other fixes (<a href="https://github.com/tami5/sql.nvim/pull/00">#100</a>) (closes <a href="https://github.com/tami5/sql.nvim/issues/101"> #101</a>, <a href="https://github.com/tami5/sql.nvim/issues/99"> #99</a>)</summary>
40+
41+
- `table.extend` reference db object instead of `db.extend`ed object.
42+
this fix issue with calling methods that has been already modified by the user.
43+
- remove debug stuff
44+
- modify `table.extend` mechanism.
45+
- stop mutating insert/update source data when processing for `sql.insert`
46+
47+
</details></dd></dl>
48+
2649
- <a href="https://github.com/tami5/sql.nvim/commit/db026ee2f52234fd9f479178fc8349134d743c19"><tt>db026ee</tt></a> using sql functions makes parser setsome values to null (<a href="https://github.com/tami5/sql.nvim/pull/88">#88</a>) (closes <a href="https://github.com/tami5/sql.nvim/issues/87"> #87</a>)
2750

2851
<dl><dd><details><summary><a href="https://github.com/tami5/sql.nvim/commit/2b500b77c379356d401ee2f37a1c9cf9c1e311e6"><tt>2b500b7</tt></a> each map sort failing due to closed connection</summary>
@@ -97,8 +120,26 @@ Here goes nothing 🤞. Please CI don't fail me.
97120
</details></dd></dl>
98121

99122

123+
### :white_check_mark: Add/Update Test Cases
124+
125+
- <a href="https://github.com/tami5/sql.nvim/commit/91b28f6c03c3d7daa2b0f953e9279d0ab32dcb09"><tt>91b28f6</tt></a> uncomment leftout tests
126+
127+
100128
### :zap: Performance Improvements
101129

130+
<dl><dd><details><summary><a href="https://github.com/tami5/sql.nvim/commit/2424ea0f9f9287247a2785069438457fc5b7f5fe"><tt>2424ea0</tt></a> (sql) avoid executing sql.schema on crud</summary>
131+
132+
follow up to d791f87
133+
134+
</details></dd></dl>
135+
136+
<dl><dd><details><summary><a href="https://github.com/tami5/sql.nvim/commit/a46ee6b371a32fb1f1dd81f79fb8e6e8f07029f1"><tt>a46ee6b</tt></a> (table) avoid executing sql.schema on crud</summary>
137+
138+
simple performance enhancement that should have been done from the start
139+
:smile:
140+
141+
</details></dd></dl>
142+
102143
<dl><dd><details><summary><a href="https://github.com/tami5/sql.nvim/commit/1a36aa576f489792f61b9a62cc4b3e796d97d568"><tt>1a36aa5</tt></a> sql.extend handling of tables and connection. (<a href="https://github.com/tami5/sql.nvim/pull/96">#96</a>)</summary>
103144

104145
✨ New:

0 commit comments

Comments
 (0)