go to post Dmitry Maslennikov · 14 hr ago I've updated the building process. Now should get updates at least in one day after official release. And returned ML version, even when there is no official build.
go to post Dmitry Maslennikov · Dec 22, 2025 Yes, in some cases this works, and even got quite fast fix, thanks. I hope, we can get more fixes done and not only with SQL
go to post Dmitry Maslennikov · Dec 22, 2025 I would not say that I did not expect that. I provided all source code, which easily shows errors, but as an answer got we can't reproduce this bug If I could resolve those issues by myself I would do it, but this is InterSystems responsibility With those errors, I would not use JDBC in production, would not even try any project, due to the bugs I discovered with SQLancer project. And for Python, luckily I already have driver in pure Python that works much more stable than new official one, so, would use it, and would not use official driver, as I see that it can fail at any time. I have no reason to use WRC for reporting these bugs, as I did not find it for the company, I found it in open source projects. And after discoveries, would not even try implementing it in company, so, no point.
go to post Dmitry Maslennikov · Dec 10, 2025 Now, how wonderful would be, if InterSystems produced official product like this, and Community Edition would get much higher number of connections available there, when nothing needed only for Enterprise is left there.
go to post Dmitry Maslennikov · Dec 10, 2025 Have a look at VSCode, Studio already reached end of life, no reason to keep using it.
go to post Dmitry Maslennikov · Dec 10, 2025 Why not to put which standard exactly it exactly? It says, see the documentation for more information. Where it is? The only found page have not been changes for a few versions. Where is JSON_VALUE, JSON_QUERY, JSON_EXISTS that defined in the standard?
go to post Dmitry Maslennikov · Dec 9, 2025 Most of the time it generates queries that make no sense. But still supposed to be working. CREATE TABLE t0(c0 BIT ); SELECT * FROM t0 WHERE (c0 IN (c0, c0, c0, c0)); Gives SQL Error [400] [S1000]: [SQLCODE: <-400>:<Fatal error occurred>] [Location: <Prepare>] [%msg: <<UNDEFINED>in+4^%qaqpnl *mt("v","4")>] https://ideas.intersystems.com/ideas/DPI-I-881
go to post Dmitry Maslennikov · Dec 8, 2025 Yeah, I know that it's works without those brackets. But the thing is that SQLancer generates SQL queries randomly, and expected to produce queries that looks ridiculous, but syntactically correct and expected to work On community edition due to small amount of licensed connections, and issue with fast releasing available connections, and probably due to too many failures on the network layer in the communication it's very fast start to fail to connect due to license limit.
go to post Dmitry Maslennikov · Dec 8, 2025 I saw you used mine sqlalchemy-iris, looks like implementation is much easier this way, thanks.
go to post Dmitry Maslennikov · Dec 4, 2025 WebTerminal not a terminal in that terms, it's a just an emulation, you need to use real terminal.
go to post Dmitry Maslennikov · Dec 1, 2025 InterSystems now publishes driver to the maven central repository, so instead of github repo, should be used this for maven <dependency> <groupId>com.intersystems</groupId> <artifactId>intersystems-jdbc</artifactId> <version>3.10.5</version> </dependency> or in gradle implementation("com.intersystems:intersystems-jdbc:3.10.5")
go to post Dmitry Maslennikov · Nov 27, 2025 It does not look like that my implementation will be even approved for the contest. I may need to find a better idea to implement for the contest, while it's extended
go to post Dmitry Maslennikov · Nov 26, 2025 Still don't see any issues with $select, that look like Analyzer issue
go to post Dmitry Maslennikov · Nov 26, 2025 Are you sure that you use it correctly, do you have a much closer example that will show that behaviour?
go to post Dmitry Maslennikov · Nov 24, 2025 Microsoft is not even against publishing drivers in open source
go to post Dmitry Maslennikov · Nov 20, 2025 Why would you need XML from CLS? When you can load cls files using $system.OBJ.Import()