File tree Expand file tree Collapse file tree 4 files changed +15
-5
lines changed
Expand file tree Collapse file tree 4 files changed +15
-5
lines changed Original file line number Diff line number Diff line change 11Name: sqlite
2- Version: 0.1.1
3- Date: 2025-10-11
2+ Version: 0.1.2
3+ Date: 2025-12-17
44Author: John Donoghue <john.donoghue@ieee.org>
55Maintainer: John Donoghue <john.donoghue@ieee.org>
66Title: Octave Sqlite Toolkit
Original file line number Diff line number Diff line change 1+ Summary of important user-visible changes for sqlite 0.1.2:
2+ -------------------------------------------------------------------
3+
4+ ** Documentation updates
5+
6+ ** Update sqlfind to avild nested cells
7+
8+ ** update sqlwrite to allow empty data
9+
110Summary of important user-visible changes for sqlite 0.1.1:
211-------------------------------------------------------------------
312
@@ -7,6 +16,7 @@ Summary of important user-visible changes for sqlite 0.1.1:
716
817 ** Update sql query for "'" not '"'
918
19+
1020Summary of important user-visible changes for sqlite 0.1.0:
1121-------------------------------------------------------------------
1222
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ The toolkit can be installed in Octave 7.2+ using the command:
3636
3737On older versions of Octave, install the package using the full path to the latest released version:
3838
39- pkg install "https://github.com/gnu-octave/octave-sqlite/releases/download/v0.1.0 /octave-sqlite-0.1.0 .tar.gz"
39+ pkg install "https://github.com/gnu-octave/octave-sqlite/releases/download/v0.1.2 /octave-sqlite-0.1.2 .tar.gz"
4040
4141After installation, load the package in order to use it.
4242
Original file line number Diff line number Diff line change 11# -*- Autoconf -*-
22# Process this file with autoconf to produce a configure script.
33#
4- # ## Copyright (C) 2022-2024 John Donoghue <john.donoghue@ieee.org>
4+ # ## Copyright (C) 2022-2025 John Donoghue <john.donoghue@ieee.org>
55# ##
66# ## This program is free software; you can redistribute it and/or
77# ## modify it under the terms of the GNU General Public License as
1818# ## <http://www.gnu.org/licenses/>.
1919
2020AC_PREREQ ( [ 2.67] )
21- AC_INIT ( [ Octave sqlite] , [ 0.1.0 ] )
21+ AC_INIT ( [ Octave sqlite] , [ 0.1.2 ] )
2222AC_CONFIG_HEADERS ( [ config.h] )
2323AC_CONFIG_MACRO_DIRS([ m4] )
2424AH_TOP ( [ #include "undef-ah-octave.h"] )
You can’t perform that action at this time.
0 commit comments