Skip to content

Commit

Permalink
Mention mssql as an option for db command
Browse files Browse the repository at this point in the history
  • Loading branch information
jwoehr committed Apr 4, 2024
1 parent 5abe161 commit 4940942
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/main/java/ublu/Version.java
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
package ublu;
class Version {
static String compileDateTime = "2022-08-06 11:46:19 (GMT)";
static String ubluVersion = "2.0.1-dev";
static String compileDateTime = "2024-01-24 16:52:26 (GMT)";
static String ubluVersion = "2.0.2-dev";
}
5 changes: 4 additions & 1 deletion userdoc/ubluref.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"Documenting usage of Ublu which is an extensible object-disoriented interpretive language for midrange and mainframe remote system programming"
name="description">
<meta http-equiv="Last-Modified" content=
"Tue, 22 Feb UTC 03:25:40 PM">
"Thu, 4 Apr 2024 04:06:51 AM UTC">
<link rel="stylesheet" type="text/css" href="ublujedit.css">
</head>
<body>
Expand Down Expand Up @@ -4979,6 +4979,9 @@ <h5>Operations<br></h5>
<li><code>as400</code>
</li>

<li><code>mssql</code>
</li>

<li><code>postgres</code>
</li>
</ul>
Expand Down

0 comments on commit 4940942

Please sign in to comment.