WordPress database error: [INSERT, UPDATE command denied to user '51213-2'@'10.10.20.86' for table 'wp_options']
INSERT INTO `wp_options` (`option_name`, `option_value`, `autoload`) VALUES ('_transient_doing_cron', '1714580580.3288319110870361328125', 'yes') ON DUPLICATE KEY UPDATE `option_name` = VALUES(`option_name`), `option_value` = VALUES(`option_value`), `autoload` = VALUES(`autoload`)


Warning: Cannot modify header information - headers already sent by (output started at /home/lexiqued/www/WordPress/wp-includes/wp-db.php:1502) in /home/lexiqued/www/WordPress/wp-includes/rest-api/class-wp-rest-server.php on line 1372

Warning: Cannot modify header information - headers already sent by (output started at /home/lexiqued/www/WordPress/wp-includes/wp-db.php:1502) in /home/lexiqued/www/WordPress/wp-includes/rest-api/class-wp-rest-server.php on line 1372

Warning: Cannot modify header information - headers already sent by (output started at /home/lexiqued/www/WordPress/wp-includes/wp-db.php:1502) in /home/lexiqued/www/WordPress/wp-includes/rest-api/class-wp-rest-server.php on line 1372

Warning: Cannot modify header information - headers already sent by (output started at /home/lexiqued/www/WordPress/wp-includes/wp-db.php:1502) in /home/lexiqued/www/WordPress/wp-includes/rest-api/class-wp-rest-server.php on line 1372

Warning: Cannot modify header information - headers already sent by (output started at /home/lexiqued/www/WordPress/wp-includes/wp-db.php:1502) in /home/lexiqued/www/WordPress/wp-includes/rest-api/class-wp-rest-server.php on line 1372

Warning: Cannot modify header information - headers already sent by (output started at /home/lexiqued/www/WordPress/wp-includes/wp-db.php:1502) in /home/lexiqued/www/WordPress/wp-includes/rest-api/class-wp-rest-server.php on line 1372

Warning: Cannot modify header information - headers already sent by (output started at /home/lexiqued/www/WordPress/wp-includes/wp-db.php:1502) in /home/lexiqued/www/WordPress/wp-includes/rest-api/class-wp-rest-server.php on line 1372

Warning: Cannot modify header information - headers already sent by (output started at /home/lexiqued/www/WordPress/wp-includes/wp-db.php:1502) in /home/lexiqued/www/WordPress/wp-includes/rest-api/class-wp-rest-server.php on line 1372
{"id":1602,"date":"2016-10-21T20:30:38","date_gmt":"2016-10-21T18:30:38","guid":{"rendered":"http:\/\/www.jonathanantoine.com\/?p=1602"},"modified":"2016-10-21T20:30:57","modified_gmt":"2016-10-21T18:30:57","slug":"reminder-sqlite-is-already-inside-windows-10-no-need-to-include-it-in-your-uwp-apps","status":"publish","type":"post","link":"http:\/\/www.jonathanantoine.com\/2016\/10\/21\/reminder-sqlite-is-already-inside-windows-10-no-need-to-include-it-in-your-uwp-apps\/","title":{"rendered":"Reminder : Sqlite is already inside #Windows 10 – no need to include it in your #UWP apps !"},"content":{"rendered":"

I have read, as a maybe a lot of you, that Sqlite is now shipped with Windows 10 <\/strong>: it’s true. Let’s see how you can target it.
\n
\nI am a big fan of the sqlite-net github project<\/a> and I nearly alwayse include it’s 2 sources file in my projects needing to do some Sqlite. If youd dig in the source file, you will see that it declares a lot of DllImport using “sqlite3”. This mean that you have to include the sqlite3.dll in your app and that it will be shipped with it. Since the threshold version, you can use the version shipped with Windows10 by replacing all this “Sqlite3” by “winsqlite3”. That’s it !<\/p>\n

\"winsqlite\"<\/p>\n

Why you may want to do this<\/h4>\n
    \n
  • Your app package will be smaller<\/strong>.<\/li>\n
  • Faster <\/strong>: the dll should be already loaded by the OS when you need it.<\/li>\n
  • You won’t have to install the Sqlite VSIX package.<\/li>\n
  • You will be on the same version of Sqlite than Windows (Youpi!).<\/li>\n<\/ul>\n

    Why you may NOT want to do this<\/h4>\n
      \n
    • You won’t be using the latest version of Sqlite. If you depend of the latest available fix, it won’t be available.<\/li>\n
    • Sqlite may be updated by Windows and bring breaking changes to your app.<\/li>\n<\/ul>\n

      The full doc (for C++) is available on MSDN : https:\/\/msdn.microsoft.com\/vi-vn\/windows\/uwp\/data-access\/sqlite-databases <\/p>\n

      Happy coding !<\/p>\n","protected":false},"excerpt":{"rendered":"

      I have read, as a maybe a lot of you, that Sqlite is now shipped with Windows 10 : it’s true. Let’s see how you can target it.<\/p>\n","protected":false},"author":3,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":[],"categories":[4],"tags":[],"_links":{"self":[{"href":"http:\/\/www.jonathanantoine.com\/wp-json\/wp\/v2\/posts\/1602"}],"collection":[{"href":"http:\/\/www.jonathanantoine.com\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"http:\/\/www.jonathanantoine.com\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"http:\/\/www.jonathanantoine.com\/wp-json\/wp\/v2\/users\/3"}],"replies":[{"embeddable":true,"href":"http:\/\/www.jonathanantoine.com\/wp-json\/wp\/v2\/comments?post=1602"}],"version-history":[{"count":5,"href":"http:\/\/www.jonathanantoine.com\/wp-json\/wp\/v2\/posts\/1602\/revisions"}],"predecessor-version":[{"id":1608,"href":"http:\/\/www.jonathanantoine.com\/wp-json\/wp\/v2\/posts\/1602\/revisions\/1608"}],"wp:attachment":[{"href":"http:\/\/www.jonathanantoine.com\/wp-json\/wp\/v2\/media?parent=1602"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/www.jonathanantoine.com\/wp-json\/wp\/v2\/categories?post=1602"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/www.jonathanantoine.com\/wp-json\/wp\/v2\/tags?post=1602"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}