GNU Support

Results 56 comments of GNU Support

I can' know why. First I did not have system based dingbat font, I have tried installing in `~/texmf` and it did not work, I have tried `tectonic` for that...

``` (pq:escapeLiteral cf-db "\"") ⇒ "'\"'" (sql-escape-string "\"") ⇒ "E'\"'" ``` I am using E'' notation, should not that be proper for pq:escapeLiteral in all cases? I remember some database...

`(pq:escapeLiteral cf-db "\\\\\\\\") ⇒ " E'\\\\\\\\\\\\\\\\'"` I have noticed also that space before E, should it be?

* Andreas Seltenreich ***@***.***> [2021-05-31 09:15]: > GNU Support writes: > > Does escaping really needs conn-db and why? Should not escaping be independent of connection? > > Finally escaping...

I am building tabulated-list-mode based database management, and my main problem is that designation of the column names, and number of columns. psql interface provide that, and it is great....

> Of course the schema could have changed between these two calls and it > gets messy/unhelpful as soon as there are composite data types but > that's the best...

* Frank Church ***@***.***> [2021-05-13 01:13]: > Offtopic reply: > > Do you have a link to some source code which creates this type of display? Programs will be GNU...

* Frank Church ***@***.***> [2021-05-13 01:13]: > Do you have a link to some source code which creates this type of display? Here is the RCD Database Basics: https://hyperscope.link/3/7/4/9/3/RCD-Database-Basics-37493.html It...

* Frank Church ***@***.***> [2021-05-19 16:13]: > I have installed the above packages and I'm looking forward to the > functions. I have prepared a review for you, without all...

I have found solution on how to accept STDIN and export ORG html either full or only within the content. This is similar to invocation of markdown on command line....