[foreign-jextract] [Rev 01] RFR: adding sqlite3 sample

Jorn Vernee jvernee at openjdk.java.net
Wed Jun 3 17:20:24 UTC 2020


On Wed, 3 Jun 2020 17:16:28 GMT, Athijegannathan Sundararajan <sundar at openjdk.org> wrote:

>> This demo uses the recent Cpointer, Cscope features.
>
> Athijegannathan Sundararajan has updated the pull request incrementally with one additional commit since the last
> revision:
>   sqlite3_free should not be commented. Fixed free of wrong pointer.
>   renamed errMsg as errMsgPtrPtr.

Marked as reviewed by jvernee (Committer).

doc/panama_jextract.md line 661:

> 660:             } else {
> 661:                 System.out.println("done");
> 662:             }

Maybe you want to print out rowNum[0] here?

-------------

PR: https://git.openjdk.java.net/panama-foreign/pull/193


More information about the panama-dev mailing list