This website requires JavaScript.
Explore
Help
Sign in
eelke
/
pgLab
Watch
1
Star
0
Fork
You've already forked pgLab
0
Code
Issues
28
Pull requests
Projects
Releases
1
Packages
Wiki
Activity
Actions
PostgreSQL GUI client
C++
postgresql
299
commits
3
branches
2
tags
4.1
MiB
C
90.6%
C++
9.1%
QMake
0.3%
e32c82ac6f
Find a file
HTTPS
Download ZIP
Download TAR.GZ
Download BUNDLE
Open with VS Code
Open with VSCodium
Open with Intellij IDEA
Cite this repository
BibTeX
Cancel
eelke
e32c82ac6f
Created Pgsql::Transaction class for handling of transactions. It auto rollsback if no commit has been done.
...
Also moved some code out of the connection files to their own files.
2018-12-09 20:24:11 +01:00
core
WIP: Added page showing list of functions.
2018-11-25 09:06:01 +01:00
ctk
Adjusted project files for new boost version.
2018-09-18 20:24:54 +02:00
docs
design docs
2018-05-20 13:44:04 +02:00
pglab
CrudModel::removeRows now works for count > 1
2018-12-08 13:55:43 +01:00
pglablib
The create table statement now lists the inherited tables and inherited columns are commented out.
2018-12-03 21:03:49 +01:00
pgsql
Created Pgsql::Transaction class for handling of transactions. It auto rollsback if no commit has been done.
2018-12-09 20:24:11 +01:00
src
Builds on windows again
2017-11-26 13:07:21 +01:00
tests
Overview of triggers extended with function name and arguments.
2018-11-18 19:30:45 +01:00
.gitignore
Basic support for update in Crud implementation, error reporting and transfering data to modified set is still missing.
2018-02-05 21:42:54 +01:00
BUILD
Renamed PgsqlDatabaseCatalogue to PgDatabaseCatalogue so name is consistend
2017-08-26 11:44:40 +02:00
common.pri
Added listing of triggers for selected table (not completely finished).
2018-10-07 19:40:06 +02:00
pglabAll.pro
Adjusted project files for new boost version.
2018-09-18 20:24:54 +02:00
readme.md
Lot of password related changes all over the place.
2018-11-04 11:44:40 +01:00
readme.md