Calling Procedures with Default Parameters using JDBC or jOOQ
Java, SQL and jOOQ.by lukaseder·21 Oct 2022
Using jOOQ’s code generator to call stored procedures is a popular reason to use jOOQ. For example, when you have a procedure like the following Oracle PL/SQL procedure: CREATE OR REPLACE PROCEDURE...
Windows placement in Wayland workspaces - Waldeinsamkeit
Waldeinsamkeitby Unknown·21 Oct 2022
I am a Sway user since quite some time. I'd say a happy user but from time to time I encounter some rough edges that most of the time can be solved with some scripting or with a better...
Google Maps, The Odiyan of Kochi!
ARKives·19 Oct 2022
Google Maps, The Odiyan of Kochi! Table of contents: Through this article I try to explain the technical glich happened with Google Maps over International Airport of Kochi.
Xcode 14.0 generates wrong concurrency code for macOS targets
Ole Begemannby Ole Begemann·12 Oct 2022
Mac apps built with Xcode 14.0 and 14.0.1 may contain concurrency bugs because the Swift 5.7 compiler can generate invalid code when targeting the macOS 12.3 SDK.
Dual Range Input 2022-09-20
Jesse Shawl·20 Sept 2022
Dual Range Input I recently had a need for an <input type='range'> with start and end buttons, so I built one: I made a few API and design decisions that I wanted to think through here for the next...
Recent Posts
Oh Happy Day!by olivia·14 Sept 2022
Fall is right around the corner and nothing says cozy like warm hues and patchwork quilts! We drew inspiration from both for these sweet favor boxes we created with our favorite Fiskars tools.
Using jOOQ’s Implicit Join From Within the JOIN .. ON Clause
Java, SQL and jOOQ.by lukaseder·13 Sept 2022
Starting with jOOQ 3.11, type safe implicit JOIN have been made available, and they’ve been enhanced to be supported also in DML statements in jOOQ 3.17.
How to Plot an ASCII Bar Chart with SQL
Java, SQL and jOOQ.by lukaseder·1 Sept 2022
No need for expensive Tableau subscriptions. Ditch Microsoft Excel. Just use native PostgreSQL to quickly visualise your data! Here’s an idea I had for a while.
Stable diffusion on an M1 Mac
Flurries of latent creativity - Stripe CTO blog·31 Aug 2022
As you’ll know if you follow me on Twitter, I’ve been kindof obsessed with the text-to-image GPT models OpenAI released as DALL-E recently.
The Second Best Way to Fetch a Spring Data JPA DTO Projection
Java, SQL and jOOQ.by lukaseder·30 Aug 2022
I’ve just stumbled upon this great post by Vlad Mihalcea, titled The Best Way to Fetch a Spring Data JPA DTO Projection. It got some nice traction on reddit, too.
Cannot resolve symbol ‘VERSION_3_17’ in jOOQ generated code
Java, SQL and jOOQ.by lukaseder·30 Aug 2022
Starting with jOOQ 3.16 and #12601, there may be a compilation error with a message like this in your jOOQ generated code: [ERROR] …/DefaultCatalog.java:[53,73] cannot find symbol [ERROR] symbol...
jOOQ 3.17 Supports Implicit Join also in DML
Java, SQL and jOOQ.by lukaseder·25 Aug 2022
Since jOOQ 3.11, implicit joins have been supported. An implicit join is a JOIN (mostly a LEFT JOIN) that is generated implicitly because of the presence of a path expression.
A Condition is a Field
Java, SQL and jOOQ.by lukaseder·24 Aug 2022
Starting with jOOQ 3.17, the Condition type extends the Field<Boolean> type. Because, that’s what the SQL standard thinks it is, in sorts: <boolean value expression> ::= <predicate> The exact...
The Many Ways to Return Data From SQL DML
Java, SQL and jOOQ.by lukaseder·23 Aug 2022
Probably the hardest thing to standardise in SQL is RETURNING data from DML statements. In this article, we’ll look at various ways of doing that with jOOQ, in many of jOOQ’s supported dialects...
How to Integration Test Stored Procedures with jOOQ
Java, SQL and jOOQ.by lukaseder·22 Aug 2022
When you write stored procedures and functions in your database, you want to ensure their correctness, just like with your Java code. In Java, this is done with unit tests, typically with JUnit.
Drawing custom text spans in Compose UI
Saket Narayanby Saket Narayan·12 Jul 2022
While exploring how text paragraphs are rendered in Compose UI, I nerd sniped myself into porting squiggly underlines from Sam Ruston’s Buzzkill app.
THE BLACK SHIELD | Kirkus Reviews
Kirkus Reviewsby Kirkus Prize Winners; Finalists About the Kirkus Prize Jurors·12 Jul 2022
by Wilbert L. Cooper ‧ RELEASE DATE: tomorrow A revealing, closely observed account of police culture and its discontents.
Switching between SwiftUI’s HStack and VStack | Swift by Sundell
Swift by Sundell·8 Jul 2022
This article has been archived, as it was published several years ago, so some of its information might now be outdated. For more recent articles, please visit the main article feed.
Create Dynamic Views with jOOQ 3.17’s new Virtual Client Side Computed Columns
Java, SQL and jOOQ.by lukaseder·30 Jun 2022
One of jOOQ 3.17‘s coolest new features are client side computed columns. jOOQ 3.16 already added support for server side computed columns, which many of you appreciate for various reasons.
iOS Accessibility Values
Mobile A11yby a11y@mobilea11y.com (Mobile A11y)·19 Jun 2022
For iOS, Accessibility values are one of the building blocks of how Accessibility works on the platform, along with traits, labels, hints, and showing/hiding elements.
Your filters hide everything on this page. Adjust them in preferences.