You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<dl><dd><details><summary><ahref="https://github.com/tami5/sql.nvim/commit/f9a10606806142a521e971437b4a2e41d688c85b"><tt>f9a1060</tt></a> improve require time (<ahref="https://github.com/tami5/sql.nvim/pull/11">#111</a>)</summary>
66
+
<dl><dd><details><summary><ahref="https://github.com/tami5/sqlite.lua/commit/f9a10606806142a521e971437b4a2e41d688c85b"><tt>f9a1060</tt></a> improve require time (<ahref="https://github.com/tami5/sqlite.lua/pull/11">#111</a>)</summary>
50
67
51
68
decrease require time (cost on startup) from `0.791636 ms` to `4.140682` (423% faster)
52
69
@@ -60,27 +77,39 @@ decrease require time (cost on startup) from `0.791636 ms` to `4.140682` (423% f
60
77
61
78
### :art: Structure/Formating
62
79
63
-
- <ahref="https://github.com/tami5/sql.nvim/commit/9be469a1e3480cb0a90865de313289986f8a5044"><tt>9be469a</tt></a> update changelog item format
- <ahref="https://github.com/tami5/sql.nvim/commit/2d24f865daf5ec9931ceff84a0c5e5a8da87eb39"><tt>2d24f86</tt></a> update changelog item format (closes <ahref="https://github.com/tami5/sql.nvim/issues/81"> #81</a>)
84
+
- <ahref="https://github.com/tami5/sqlite.lua/commit/9be469a1e3480cb0a90865de313289986f8a5044"><tt>9be469a</tt></a> update changelog item format
85
+
86
+
- <ahref="https://github.com/tami5/sqlite.lua/commit/2d24f865daf5ec9931ceff84a0c5e5a8da87eb39"><tt>2d24f86</tt></a> update changelog item format (closes <ahref="https://github.com/tami5/sqlite.lua/issues/81"> #81</a>)
66
87
67
88
68
89
### :boom: Breaking Changes
69
90
70
-
<dl><dd><details><summary><ahref="https://github.com/tami5/sql.nvim/commit/a6bd3d1cae9d3a075bd3cf1d059a1b47e0fb5ecf"><tt>a6bd3d1</tt></a> sql.schema return detailed description of table.</summary>
91
+
- <ahref="https://github.com/tami5/sqlite.lua/commit/810bf471ddee03e8c93bf8db575aa80a30bc53b7"><tt>810bf47</tt></a> change what sqlite module export
92
+
93
+
<dl><dd><details><summary><ahref="https://github.com/tami5/sqlite.lua/commit/3eedee687717a2569a6de9e46794d3fb5544b208"><tt>3eedee6</tt></a> change namespace to sqlite</summary>
94
+
95
+
TODO: Add deprecation warning later
96
+
97
+
</details></dd></dl>
98
+
99
+
<dl><dd><details><summary><ahref="https://github.com/tami5/sqlite.lua/commit/a6bd3d1cae9d3a075bd3cf1d059a1b47e0fb5ecf"><tt>a6bd3d1</tt></a> sql.schema return detailed description of table.</summary>
71
100
72
101
Not sure if this is a wise decision or not. But it beat having the
73
102
schema returned given the key and the value the user written.
74
103
75
104
</details></dd></dl>
76
105
77
-
<dl><dd><details><summary><ahref="https://github.com/tami5/sql.nvim/commit/5b0710f50053f7e7a669f21b57979e4ef7c0aa14"><tt>5b0710f</tt></a> (parser) change nullable to require + refactor</summary>
106
+
<dl><dd><details><summary><ahref="https://github.com/tami5/sqlite.lua/commit/5b0710f50053f7e7a669f21b57979e4ef7c0aa14"><tt>5b0710f</tt></a> (parser) change nullable to require + refactor</summary>
78
107
79
108
Additionally, make primary reference pk.
80
109
81
110
</details></dd></dl>
82
111
83
-
<dl><dd><details><summary><ahref="https://github.com/tami5/sql.nvim/commit/8bf61d2b548b0e8c102e6e36dd21beae133ddf63"><tt>8bf61d2</tt></a> change sugar function namespace to sql.lib</summary>
112
+
<dl><dd><details><summary><ahref="https://github.com/tami5/sqlite.lua/commit/8bf61d2b548b0e8c102e6e36dd21beae133ddf63"><tt>8bf61d2</tt></a> change sugar function namespace to sql.lib</summary>
84
113
85
114
changes access to sugar functions and store it in lib. It was weird typing out `sql...` and abbreviating it seems harder too.
86
115
@@ -89,9 +118,21 @@ changes access to sugar functions and store it in lib. It was weird typing out `
89
118
90
119
### :bug: Bug Fixes
91
120
92
-
- <ahref="https://github.com/tami5/sql.nvim/commit/1778aa857367c17c1468cc85a64fcda542b5c252"><tt>1778aa8</tt></a> (parser) only check when type is table (closes <ahref="https://github.com/tami5/sql.nvim/issues/103"> #103</a>)
121
+
- <ahref="https://github.com/tami5/sqlite.lua/commit/90689d9d44d46f70e35a6a5ae246c18e332e2781"><tt>90689d9</tt></a> remove left over renames
122
+
123
+
- <ahref="https://github.com/tami5/sqlite.lua/commit/c5de50fa6a127fbdc30fa754e076aa92b1b02da4"><tt>c5de50f</tt></a> oh docgen I'm asking to much of you :sob:
124
+
125
+
- <ahref="https://github.com/tami5/sqlite.lua/commit/9fd0662097454e01b03ce948841f2a64d03d4967"><tt>9fd0662</tt></a> thats what happen with bulk rename
- <ahref="https://github.com/tami5/sqlite.lua/commit/1778aa857367c17c1468cc85a64fcda542b5c252"><tt>1778aa8</tt></a> (parser) only check when type is table (closes <ahref="https://github.com/tami5/sqlite.lua/issues/103"> #103</a>)
93
134
94
-
<dl><dd><details><summary><ahref="https://github.com/tami5/sql.nvim/commit/1c88610b902c122560fdd28683b101c755853a8e"><tt>1c88610</tt></a> extended tables referencing mutable db object + other fixes (<ahref="https://github.com/tami5/sql.nvim/pull/00">#100</a>) (closes <ahref="https://github.com/tami5/sql.nvim/issues/101"> #101</a>, <ahref="https://github.com/tami5/sql.nvim/issues/99"> #99</a>)</summary>
135
+
<dl><dd><details><summary><ahref="https://github.com/tami5/sqlite.lua/commit/1c88610b902c122560fdd28683b101c755853a8e"><tt>1c88610</tt></a> extended tables referencing mutable db object + other fixes (<ahref="https://github.com/tami5/sqlite.lua/pull/00">#100</a>) (closes <ahref="https://github.com/tami5/sqlite.lua/issues/101"> #101</a>, <ahref="https://github.com/tami5/sqlite.lua/issues/99"> #99</a>)</summary>
95
136
96
137
-`table.extend` reference db object instead of `db.extend`ed object.
97
138
this fix issue with calling methods that has been already modified by the user.
@@ -101,9 +142,9 @@ changes access to sugar functions and store it in lib. It was weird typing out `
101
142
102
143
</details></dd></dl>
103
144
104
-
- <ahref="https://github.com/tami5/sql.nvim/commit/db026ee2f52234fd9f479178fc8349134d743c19"><tt>db026ee</tt></a> using sql functions makes parser setsome values to null (<ahref="https://github.com/tami5/sql.nvim/pull/88">#88</a>) (closes <ahref="https://github.com/tami5/sql.nvim/issues/87"> #87</a>)
145
+
- <ahref="https://github.com/tami5/sqlite.lua/commit/db026ee2f52234fd9f479178fc8349134d743c19"><tt>db026ee</tt></a> using sql functions makes parser setsome values to null (<ahref="https://github.com/tami5/sqlite.lua/pull/88">#88</a>) (closes <ahref="https://github.com/tami5/sqlite.lua/issues/87"> #87</a>)
105
146
106
-
<dl><dd><details><summary><ahref="https://github.com/tami5/sql.nvim/commit/2b500b77c379356d401ee2f37a1c9cf9c1e311e6"><tt>2b500b7</tt></a> each map sort failing due to closed connection</summary>
147
+
<dl><dd><details><summary><ahref="https://github.com/tami5/sqlite.lua/commit/2b500b77c379356d401ee2f37a1c9cf9c1e311e6"><tt>2b500b7</tt></a> each map sort failing due to closed connection</summary>
107
148
108
149
make map, sort, each, support executing sqlite queries regardless of connection status.
109
150
@@ -115,16 +156,32 @@ make map, sort, each, support executing sqlite queries regardless of connection
115
156
116
157
### :construction_worker: CI Updates
117
158
118
-
- <ahref="https://github.com/tami5/sql.nvim/commit/9173664fecfc8e13d9deffe54f1eba640f4d2481"><tt>9173664</tt></a> changelog run once every two days take 2
159
+
- <ahref="https://github.com/tami5/sqlite.lua/commit/581bcc7ed3af34ed2448402dab7a130985fd6cf7"><tt>581bcc7</tt></a> update docgen job name
- <ahref="https://github.com/tami5/sqlite.lua/commit/9173664fecfc8e13d9deffe54f1eba640f4d2481"><tt>9173664</tt></a> changelog run once every two days take 2
121
162
122
-
- <ahref="https://github.com/tami5/sql.nvim/commit/93b0090674cf71d096406f1e8a42c585cb979cc5"><tt>93b0090</tt></a> changelog run once every two days (closes <ahref="https://github.com/tami5/sql.nvim/issues/86"> #86</a>)
- <ahref="https://github.com/tami5/sqlite.lua/commit/93b0090674cf71d096406f1e8a42c585cb979cc5"><tt>93b0090</tt></a> changelog run once every two days (closes <ahref="https://github.com/tami5/sqlite.lua/issues/86"> #86</a>)
123
166
124
167
125
168
### :recycle: Code Refactoring
126
169
127
-
<dl><dd><details><summary><ahref="https://github.com/tami5/sql.nvim/commit/4d0302f8ccb3ab647f3d5709d3adf4d3c8810060"><tt>4d0302f</tt></a> favor delete/remove accepting where key</summary>
170
+
- <ahref="https://github.com/tami5/sqlite.lua/commit/efb29a7274094a8105366abad178a1f64d9a4720"><tt>efb29a7</tt></a> change release version to contain v
171
+
172
+
- <ahref="https://github.com/tami5/sqlite.lua/commit/0f4f1b4a7c592cb7ca6eddb3143c05b1b5fa0f17"><tt>0f4f1b4</tt></a> prepare for renaming to sqlite.lua
173
+
174
+
- <ahref="https://github.com/tami5/sqlite.lua/commit/d794d463bb28bff62f9c59b2029e6ab22f429239"><tt>d794d46</tt></a> make name reflect classes names
175
+
176
+
- <ahref="https://github.com/tami5/sqlite.lua/commit/eb8ff7b962c996585b80ed82eb3fc0e81aa74252"><tt>eb8ff7b</tt></a> move class definition to emmy.lua
- <ahref="https://github.com/tami5/sqlite.lua/commit/9ac01063c4615b2f8956c34a3efa55f31f6e308d"><tt>9ac0106</tt></a> edit emmyclass, bring back extend.lua
181
+
182
+
- <ahref="https://github.com/tami5/sqlite.lua/commit/57a15d6d5c3ed11fc283eca44571f374694ffc00"><tt>57a15d6</tt></a> (strfun): use "now" instead of nil
183
+
184
+
<dl><dd><details><summary><ahref="https://github.com/tami5/sqlite.lua/commit/4d0302f8ccb3ab647f3d5709d3adf4d3c8810060"><tt>4d0302f</tt></a> favor delete/remove accepting where key</summary>
128
185
129
186
No breaking changes here :)
130
187
@@ -133,7 +190,7 @@ No breaking changes here :)
133
190
134
191
### :sparkles: Features
135
192
136
-
<dl><dd><details><summary><ahref="https://github.com/tami5/sql.nvim/commit/25748dd0f8947533fe4cff14d8900ae30f774241"><tt>25748dd</tt></a> auto alter table key definition (<ahref="https://github.com/tami5/sql.nvim/pull/03">#103</a>)</summary>
193
+
<dl><dd><details><summary><ahref="https://github.com/tami5/sqlite.lua/commit/25748dd0f8947533fe4cff14d8900ae30f774241"><tt>25748dd</tt></a> auto alter table key definition (<ahref="https://github.com/tami5/sqlite.lua/pull/03">#103</a>)</summary>
137
194
138
195
Support for modifying schema key definitions without wasting the table content. It has little support for renaming, in fact, renaming should be avoided for the time being.
139
196
@@ -159,7 +216,7 @@ Support for modifying schema key definitions without wasting the table content.
159
216
160
217
</details></dd></dl>
161
218
162
-
<dl><dd><details><summary><ahref="https://github.com/tami5/sql.nvim/commit/73d8fa60e1037d0a8b58c898ed641430d8b0c0c4"><tt>73d8fa6</tt></a> dot access for extended tbl object (<ahref="https://github.com/tami5/sql.nvim/pull/92">#92</a>)</summary>
219
+
<dl><dd><details><summary><ahref="https://github.com/tami5/sqlite.lua/commit/73d8fa60e1037d0a8b58c898ed641430d8b0c0c4"><tt>73d8fa6</tt></a> dot access for extended tbl object (<ahref="https://github.com/tami5/sqlite.lua/pull/92">#92</a>)</summary>
163
220
164
221
Changes:
165
222
- Fix parsing schema key when using key value pairs.
@@ -194,7 +251,7 @@ tbl:each(function(row) .. end, {...} ) -- execute a function on all table rows m
194
251
195
252
</details></dd></dl>
196
253
197
-
<dl><dd><details><summary><ahref="https://github.com/tami5/sql.nvim/commit/88f14bf3148c8c31c4ba17818d80eedc33cc9f12"><tt>88f14bf</tt></a> auto changelog (<ahref="https://github.com/tami5/sql.nvim/pull/80">#80</a>)</summary>
254
+
<dl><dd><details><summary><ahref="https://github.com/tami5/sqlite.lua/commit/88f14bf3148c8c31c4ba17818d80eedc33cc9f12"><tt>88f14bf</tt></a> auto changelog (<ahref="https://github.com/tami5/sqlite.lua/pull/80">#80</a>)</summary>
198
255
199
256
Here goes nothing 🤞. Please CI don't fail me.
200
257
@@ -203,25 +260,25 @@ Here goes nothing 🤞. Please CI don't fail me.
<dl><dd><details><summary><ahref="https://github.com/tami5/sql.nvim/commit/2424ea0f9f9287247a2785069438457fc5b7f5fe"><tt>2424ea0</tt></a> (sql) avoid executing sql.schema on crud</summary>
268
+
<dl><dd><details><summary><ahref="https://github.com/tami5/sqlite.lua/commit/2424ea0f9f9287247a2785069438457fc5b7f5fe"><tt>2424ea0</tt></a> (sql) avoid executing sql.schema on crud</summary>
212
269
213
270
follow up to d791f87
214
271
215
272
</details></dd></dl>
216
273
217
-
<dl><dd><details><summary><ahref="https://github.com/tami5/sql.nvim/commit/a46ee6b371a32fb1f1dd81f79fb8e6e8f07029f1"><tt>a46ee6b</tt></a> (table) avoid executing sql.schema on crud</summary>
274
+
<dl><dd><details><summary><ahref="https://github.com/tami5/sqlite.lua/commit/a46ee6b371a32fb1f1dd81f79fb8e6e8f07029f1"><tt>a46ee6b</tt></a> (table) avoid executing sql.schema on crud</summary>
218
275
219
276
simple performance enhancement that should have been done from the start
220
277
:smile:
221
278
222
279
</details></dd></dl>
223
280
224
-
<dl><dd><details><summary><ahref="https://github.com/tami5/sql.nvim/commit/1a36aa576f489792f61b9a62cc4b3e796d97d568"><tt>1a36aa5</tt></a> sql.extend handling of tables and connection. (<ahref="https://github.com/tami5/sql.nvim/pull/96">#96</a>)</summary>
281
+
<dl><dd><details><summary><ahref="https://github.com/tami5/sqlite.lua/commit/1a36aa576f489792f61b9a62cc4b3e796d97d568"><tt>1a36aa5</tt></a> sql.extend handling of tables and connection. (<ahref="https://github.com/tami5/sqlite.lua/pull/96">#96</a>)</summary>
0 commit comments