Skip to content

Commit 81caf3a

Browse files
committed
1 parent 4d81521 commit 81caf3a

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ Additionally, we have fixed many errors and improved the code quality and the te
6161
* [Release Notes](https://github.com/JSQLParser/JSqlParser/releases)
6262
* Modifications before GitHub's release tagging are listed in the [Older Releases](https://github.com/JSQLParser/JSqlParser/wiki/Older-Releases) page.
6363
* UnsupportedStatement support instead of throwing Exceptions
64+
* support for **RETURNING** clause of a **DELETE** statement
6465

6566

6667
## Building from the sources

src/main/java/net/sf/jsqlparser/statement/OutputClause.java

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
/*-
2+
* #%L
3+
* JSQLParser library
4+
* %%
5+
* Copyright (C) 2004 - 2022 JSQLParser
6+
* %%
7+
* Dual licensed under GNU LGPL 2.1 or Apache License 2.0
8+
* #L%
9+
*/
110
package net.sf.jsqlparser.statement;
211

312
import net.sf.jsqlparser.expression.UserVariable;

0 commit comments

Comments
 (0)