Commit Graph

40 Commits (63422c7d6cfe092af402f48e16729acd1e3bae1c)

Author SHA1 Message Date
Dan McGee 507a9e9ad3 Remove some now unused pgtype code
Most of this is in conversion, and I assume it became unused with some
of the v5 changes and refactors to a codec-based approach.

There are likely a few more cleanups to be made, but these ones seemed
easy and safe to start with.
2023-07-10 20:23:42 -05:00
Jack Christensen 033fc6f62a Rename pgxpool.NewConfig to NewWithConfig
https://github.com/jackc/pgx/issues/1264
2022-07-30 09:16:42 -05:00
Jack Christensen a059d1099f pgxpool pools always connect lazily
Rename constructor functions now that they don't actually connect.
2022-07-10 14:58:30 -05:00
Jack Christensen b2569172d8 Fix typo in example 2021-12-11 14:55:02 -06:00
Jack Christensen 8e2e8a7009 Remove external log adapters 2021-12-11 14:52:31 -06:00
Jack Christensen 72cc95e4dd Bump module version to v5 2021-12-11 13:29:03 -06:00
Jack Christensen ed50e535c7 Update example readme 2020-03-19 20:50:11 -05:00
dairlair 5d8189e22a
Fix typo in README 2019-09-30 16:06:21 +03:00
Jack Christensen 88e31ea5be Update url_shortener example
No need to explicitly prepare statements now that there is the statement
cache.
2019-09-02 11:58:30 -05:00
Jack Christensen e9770d6ff9 Add listen / notify implemented with pgconn
fixes #553
2019-08-24 10:49:10 -05:00
Jack Christensen 08b412740f Rename package pool to pgxpool
pool is too common a name to occupy.
2019-06-29 11:37:36 -05:00
Jack Christensen 6d23b58b01 Update url_shortener example 2019-05-17 14:13:03 -05:00
Jack Christensen efb333df6b Fix go modules
Wow. This is fun. Sure is easy to get modules wrong when upgrading a v2+
project.
2019-04-20 17:41:08 -05:00
Jack Christensen affd192c6c Tweak example to run on Travis 2019-04-13 18:01:39 -05:00
Jack Christensen 7c1ff89703 Comment out broken example so go test ./... can run 2019-04-13 17:13:48 -05:00
Jack Christensen dac6bfdc61 Fix up some of the examples 2019-04-13 14:31:16 -05:00
Jack Christensen b69179cebb Remove Conn.Listen and Conn.Unlisten
Use Conn.Exec instead to listen or unlisten.
2019-04-10 11:21:40 -05:00
Jack Christensen 119ba7a449 Fix go vet issues 2018-01-13 10:08:02 -06:00
Jack Christensen e2695be13b Update examples to use PG envvars 2017-09-01 14:25:03 -05:00
Jack Christensen 9a1ab885af Use insert on conflict for url shortener example
fixes #290
2017-07-14 08:57:25 -05:00
Jack Christensen 855b735eae Add log adapters for testing and log15
Make LogLevel a type for Stringer interface.
2017-04-29 20:33:52 -05:00
Jack Christensen cea412f2ba Fix chat example 2017-03-03 15:57:24 -06:00
Jack Christensen 0131efd6c9 Fix url_shortener example logging 2017-01-07 10:11:27 -06:00
Jack Christensen 73124171e2 Rename Pid to PID 2016-08-02 15:10:00 -05:00
Jack Christensen 95e9e0b308 Add example of listen/notify support
refs #43
2014-11-01 10:45:18 -05:00
Jack Christensen d57e4902a1 Update README.md
Fix markdown
Note that tern is using older pgx
2014-07-17 09:17:55 -05:00
Jack Christensen a2a828134c Add todo CLI app example of CRUD actions 2014-07-17 09:16:13 -05:00
Jack Christensen 01f261c71c Conform closer to database/sql style and add no rows test 2014-07-11 08:16:21 -05:00
Jack Christensen 43dcd47a92 Move to Scan interface
Remove SelectValue
2014-07-05 18:23:19 -05:00
Jack Christensen b6ac3ef2b0 Rename Execute to Exec 2014-06-27 14:56:27 -05:00
Jack Christensen b2c1a14fcc Update github.com/JackC to github.com/jackc 2014-06-21 08:36:20 -05:00
Jack Christensen e014539cde Fix example url_shortener 2014-06-20 14:03:34 -05:00
Jack Christensen ad88123f9c Improve logging 2014-06-04 09:31:54 -05:00
Jack Christensen 9f50796f1b Fix example URL shortener 2014-05-17 13:46:05 -05:00
Jack Christensen 9067b2d991 Rename ConnectionPoolOptions to ConnPoolConfig 2014-05-17 13:44:55 -05:00
Jack Christensen f9a2501100 Rename ConnectionPool to ConnPool 2014-05-17 13:40:50 -05:00
Jack Christensen 1ff653ae15 Rename ConnectionParameters to ConnConfig 2014-05-17 13:38:13 -05:00
Jack Christensen 4eb597d20b Rename pgx.Connection to pgx.Conn 2014-05-17 13:11:30 -05:00
Jack Christensen 4f67f16296 Add links to examples
fixes #24
2014-05-09 11:27:17 -05:00
Jack Christensen 2699bf6187 Added example url shortener 2013-08-05 13:08:45 -05:00