[Jprogramming] Integer data type null problem in J9.03 data driver

2022-09-02 Thread esal
Hello I came across a problem with nulls and SQL Server data types tinyint, smallint and int with J9.03 newest ODBC/Data Driver (Windows 10, SQL Server 2012/2019, ODBC Driver 17 for SQL Server) . bigint is ok, also no problems in J9.02. Does anyone have similar problems with different

[Jprogramming] Integer data type null problem in J9.03 data driver

2022-09-02 Thread Pawel Jakubas
Hi Esa, I come across the same behavior when experimenting using j903 with 1. 'data/sqlite' (details with example here https://github.com/paweljakubas/j-data-analysis/blob/main/chapters/sql.md) 2. 'jd' (details with example here

[Jprogramming] Lib Gibson is the guest for the 35th episode of the Array Cast podcast.

2022-09-02 Thread 'robert therriault' via Programming
In this episode, we talk to Lib Gibson about being the ‘Zookeeper’ for IP Sharp and Clay Christensen’s theory of disruption. Host: Conor Hoekstra Guest: Lib Gibson Panel: Marshall Lochbaum, Adám Brudzewsky and Bob Therriault. https://www.arraycast.com/episodes/episode35-lib-gibson

[Jprogramming] dissect in j playground

2022-09-02 Thread Pawel Jakubas
Hi J enthusiasts! I tried to use dissect in J Playground and was not successful. ``` install 'github:jsoftware/debug_dissect' This addon requires addons to be installed: graphics/gl2 installed: jsoftware/debug_dissect master into folder: debug/dissect require 'debug/dissect' dissect

Re: [Jprogramming] dissect in j playground

2022-09-02 Thread Raul Miller
dissect currently relies on wd Currently, wd is not supported in jplayground (nor in jhs). (It's probably possible to support at least some of wd's commands in browser environments (see http://www.jsoftware.com/pipermail/chat/2022-August/009126.html for a hint about how that might be

Re: [Jprogramming] dissect in j playground

2022-09-02 Thread Henry Rich
dissect also relies on Jqt, and J's gl2 graphics interface. Henry Rich On 9/2/2022 2:05 PM, Raul Miller wrote: dissect currently relies on wd Currently, wd is not supported in jplayground (nor in jhs). (It's probably possible to support at least some of wd's commands in browser environments