issues
search
DASSL
/
ClassDB
An open-source system to let students experiment with relational data
https://dassl.github.io/ClassDB/
Other
8
stars
2
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Connection log import fails on Postgres 13 (W)
#283
smurthys
opened
3 years ago
2
Limit database connection only to users known to that database
#282
smurthys
opened
5 years ago
6
Clarify comment on granting login privilege
#281
smurthys
closed
5 years ago
1
Roles with login are not granted login privilege
#280
smurthys
closed
5 years ago
2
Parameter initialPwd in function createRole is probably unnecessary (E)
#279
smurthys
opened
5 years ago
0
Users known in one ClassDB database are able to log in to all ClassDB databases on the same server (W)
#278
smurthys
opened
5 years ago
1
Dropping a user as student from a DB removes the user from student role in all DBs on the server
#277
KevinKelly25
opened
6 years ago
6
Update master to M4
#276
wildtayne
closed
6 years ago
0
Added M4 docs to repo
#275
wildtayne
closed
6 years ago
1
Fix removeAllFromDB.sql
#274
KevinKelly25
closed
6 years ago
2
Fix server initialization filename
#273
afig
closed
6 years ago
1
Incorrect script filename used for server initialization (W)
#272
afig
closed
6 years ago
0
Add Guard for DROP OWNED BY
#271
KevinKelly25
closed
6 years ago
5
Guard GRANT to CURRENT_USER in pg9.4 or earlier
#270
smurthys
closed
6 years ago
5
Guard uses of DROP OWNED: changed in pg9.5 (N)
#269
smurthys
closed
6 years ago
1
Use machine-readable version number to determine current server's version
#268
smurthys
closed
6 years ago
5
Server-version comparers are not marked immutable (M)
#267
smurthys
closed
6 years ago
1
Guard use of pg_signal_backend
#266
smurthys
closed
6 years ago
1
Guard uses of ALTER SYSTEM for pg9.3 compatability
#265
afig
closed
6 years ago
11
DDL activity logging inserts a duplicate entry for some ALTER TABLE statments (WE)
#264
afig
opened
6 years ago
0
Server version comparison uses incorrect preset option (W)
#263
afig
closed
6 years ago
1
The documentation for function ClassDB.importConnectionLog is incomplete (M)
#262
smurthys
opened
6 years ago
0
Reject row deletion over tables DDLActivity and ConnectionActivity
#261
smurthys
closed
6 years ago
4
Guard uses of pg_event_trigger_ddl_commands() for Postgres 9.4 or earlier
#260
KevinKelly25
closed
6 years ago
14
Guard uses of ADD COLUMN IF NOT EXISTS; changed in pg9.6 (N)
#259
KevinKelly25
closed
6 years ago
0
Guard CREATE INDEX IF NOT EXISTS for Postgres 9.4 or earlier
#258
smurthys
closed
6 years ago
7
Unit tests for shared ownership of team objects are insufficient (M)
#257
afig
opened
6 years ago
0
Move server-version comparers to own script
#256
smurthys
closed
6 years ago
1
Server-version comparison functions are too long to be part of another script (E)
#255
smurthys
closed
6 years ago
0
Update master to m3
#254
wildtayne
closed
6 years ago
1
Added m3 docs
#253
wildtayne
closed
6 years ago
2
Allow creation of schemas by ClassDB users
#252
afig
closed
6 years ago
0
Permit users to create schemas (N)
#251
smurthys
closed
6 years ago
0
Fix testConnectionActivityLogging.psql when importing old logs
#250
wildtayne
closed
6 years ago
0
Automate removal of superuser-owned objects (N)
#249
smurthys
opened
6 years ago
0
Added getSessionID() to uninstaller
#248
wildtayne
closed
6 years ago
0
Update and improve privilege tests (M3)
#247
afig
closed
6 years ago
1
update file names with correct names
#246
KevinKelly25
closed
6 years ago
0
Added comment about reco components in addUserMgmtCore.sql
#245
wildtayne
closed
6 years ago
0
Not all object types are listed by listOwnedObjects (M)
#244
afig
opened
6 years ago
0
SET SESSION AUTHORIZATION breaks ClassDB.getSessionID() (W)
#243
wildtayne
closed
6 years ago
1
Test scripts are not organized as components (M)
#242
smurthys
opened
6 years ago
1
Add teams membership
#241
afig
closed
6 years ago
8
Add ddl session logging
#240
wildtayne
closed
6 years ago
7
Add Team Views
#239
KevinKelly25
closed
6 years ago
6
Fix testUserMgmt.sql
#238
smurthys
closed
6 years ago
5
Add session id to table DDLActivity (N)
#237
smurthys
closed
6 years ago
2
Define team-related views (N)
#236
smurthys
closed
6 years ago
0
Add disconnection logging
#235
wildtayne
closed
6 years ago
15
Guard uses of pg_event_trigger_ddl_commands(): changed in pg9.5 (N)
#234
afig
closed
6 years ago
3
Next