Skip to content

Commit d27d9d1

Browse files
add TODO (#79)
1 parent af95f16 commit d27d9d1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

active-record/src/main/java/com/iluwatar/activerecord/RecordBase.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ protected Connection getConnection() {
6060
protected abstract String getTableName();
6161

6262
/**
63+
* TODO: This one has to be constructed based on the fields and not hardcoded.
6364
* Constructs an INSERT query which is being used for an insertion purposes.
6465
*
6566
* @return an insertion query.

0 commit comments

Comments
 (0)