On 11/28/19, Laurent Dhont wrote:
> is there an API to
> get this information in a format that is not an image?
By coincidence, I checked in a change two days ago that might be
helpful. See https://www.sqlite.org/src/timeline?c=4dbd398d640852d4
for the specific check-in. If you now build SQLite
Hi all,
I am trying to create a fully automated auto suggestion feature for my
web application for sqlite.
Currently this is going well, but I realized there are to many features
in sqlite to hardcode this, so it will be near impossible and take a lot
off time. The diagrams on the site of sql
On Thursday, 28 November, 2019 09:21, Richard Damon
wrote:
>\n and \t are not 'printf' features, but C string features, that \ is an
>escape introducer for compiling a string, and if followed by a letter
>like n or t it builds a string with the special value represented by
>that function. The \
On 11/28/19 10:24 AM, Dominique Devienne wrote:
> Obviously it's ugly to use concatenation and char() to format a string
> literal with tabs and newlines.
> Is there a better way? Why doesn't printf() support newlines and tabs like
> it's C cousin? --DD
>
> PS: Built-in printf() also doesn't suppor
Obviously it's ugly to use concatenation and char() to format a string
literal with tabs and newlines.
Is there a better way? Why doesn't printf() support newlines and tabs like
it's C cousin? --DD
PS: Built-in printf() also doesn't support positional params, to "emulate"
newline with printf( '%1$
If your external data store can maintain an index on some expression, then
exposing that index as a computed field is the way to go with a virtual table.
Alternatively, you can expose the index as a separate virtual table with a
"foreign key" that references the original virtual table and join t
6 matches
Mail list logo