diff options
author | Ralph Amissah <ralph.amissah@gmail.com> | 2021-04-16 12:09:56 -0400 |
---|---|---|
committer | Ralph Amissah <ralph.amissah@gmail.com> | 2021-04-19 11:02:16 -0400 |
commit | 8072ebdcbe3bf5bce3f2cce3539c95bcaa308a71 (patch) | |
tree | 4f94b58061674a58f154be3099df21d13227fe1e /org/out_sqlite.org | |
parent | epub, minor adjustments (diff) |
org-mode, cosmetic
Diffstat (limited to 'org/out_sqlite.org')
-rw-r--r-- | org/out_sqlite.org | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/org/out_sqlite.org b/org/out_sqlite.org index c141cf6..b8bbdaf 100644 --- a/org/out_sqlite.org +++ b/org/out_sqlite.org @@ -38,7 +38,7 @@ sudo chown ralph:ralph /var/www ~grotto/repo/git.repo/code/project-spine/doc-reform-markup/markup_samples/markup/pod/* * sql -** _module, templates_ :module: +** _module, templates_ :module: *** template #+BEGIN_SRC d :tangle "../src/doc_reform/io_out/sqlite.d" @@ -391,7 +391,7 @@ template SQLiteDbDrop() { } #+END_SRC -** 1. [#A] sqlite_db_statement :statement: +** 1. [#A] sqlite_db_statement :statement: *** collection #+NAME: sqlite_db_statement_composite_collection @@ -1513,7 +1513,7 @@ foreach (part; doc_matters.has.keys_seq.sql) { return _insert_doc_objects.join.to!(char[]).toUTF8; #+END_SRC -** 5. SQL statements :statement: +** 5. SQL statements :statement: *** drop index and tables **** DROP INDEX IF EXISTS |