MySQL++

Check-in [9232fc1da0]
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview
Comment:Replaced a reference to the old mailing list from the credits file to point to the new forum instead. Assorted other tweaks while in there.
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 9232fc1da034472fc428a5cce77b4177470bf1f8a123e2de7785d8910a7ab3ea
User & Date: tangent 2023-05-06 07:18:36
Context
2023-11-13
20:36
Removed a top-level reference to the old mailing list. check-in: 8d7cfa8ed8 user: tangent tags: trunk
2023-05-06
07:18
Replaced a reference to the old mailing list from the credits file to point to the new forum instead. Assorted other tweaks while in there. check-in: 9232fc1da0 user: tangent tags: trunk
2021-12-23
21:05
Copied the "getting started with Fossil" bit over from the PiDP-8/I project's contributing file, with suitable modifications. check-in: c2687def7c user: tangent tags: trunk
Changes
Hide Diffs Unified Diffs Ignore Whitespace Patch

Changes to CREDITS.txt.

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
MySQL++ was created by Kevin Atkinson during 1998.  From version
1.0 (released in June 1999) through 1.7.9 (May 2001), the primary
maintainer was Sinisa Milivojevic <sinisa@mysql.com>.  Neither Kevin
nor Sinisa are currently involved in MySQL++ development.  The current
maintainer is Warren Young <mysqlpp@etr-usa.com>, starting with
version 1.7.10 in August of 2004.

For a fuller account of the library's history, see the first chapter of
the user manual.  For the nitty-gritty details, see the ChangeLog.md
file in the root package directory.  Change log items since 1.7.9 that
aren't attributed to anyone else were done by Warren Young.


Other contributors of note since 1.7.10:

    Chris Frey <cdfrey@foursquare.net>: Lots of GCC warning fixes
    for the bleeding-edge compiler versions, Gentoo ebuild support,
    and misc other fixes.

|
|
<
|
|
|





<







1
2

3
4
5
6
7
8
9
10

11
12
13
14
15
16
17
MySQL++ was created by Kevin Atkinson during 1998.  From version 1.0
(released in June 1999) through 1.7.9 (May 2001), the primary maintainer

was Sinisa Milivojevic.  Neither Kevin nor Sinisa are currently involved
in MySQL++ development.  The current maintainer is Warren Young,
starting with version 1.7.10 in August of 2004.

For a fuller account of the library's history, see the first chapter of
the user manual.  For the nitty-gritty details, see the ChangeLog.md
file in the root package directory.  Change log items since 1.7.9 that
aren't attributed to anyone else were done by Warren Young.


Other contributors of note since 1.7.10:

    Chris Frey <cdfrey@foursquare.net>: Lots of GCC warning fixes
    for the bleeding-edge compiler versions, Gentoo ebuild support,
    and misc other fixes.

39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
    Joel Fielder <joel.fielder@switchplane.com> of Switchplane,
    Ltd. created the ScopedConnection class, came up with the original
    idea for Query's for_each() and store_in() methods, provided the
    basis for examples/for_each.cpp, and provided a fix for exception
    flag propagation in Query.

    Jim Wallace <jwallace@kaneva.com> demonstrated the need
    for BadQuery::errnum(), and contributed the patches and also
    examples/deadlock.cpp to test that this feature does what it is
    supposed to.

    Jonathan Wakely <mysql@kayari.org> rebuilt my original versions
    of ConnectionPool, RefCountedPointer, and RefCountedBuffer.
    They're now simpler and safer.  He also created the numeric
    conversion logic in lib/mystring.h introduced in v3.0.







|







37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
    Joel Fielder <joel.fielder@switchplane.com> of Switchplane,
    Ltd. created the ScopedConnection class, came up with the original
    idea for Query's for_each() and store_in() methods, provided the
    basis for examples/for_each.cpp, and provided a fix for exception
    flag propagation in Query.

    Jim Wallace <jwallace@kaneva.com> demonstrated the need
    for BadQuery::errnum(), then contributed the patches and also
    examples/deadlock.cpp to test that this feature does what it is
    supposed to.

    Jonathan Wakely <mysql@kayari.org> rebuilt my original versions
    of ConnectionPool, RefCountedPointer, and RefCountedBuffer.
    They're now simpler and safer.  He also created the numeric
    conversion logic in lib/mystring.h introduced in v3.0.
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
        queries, and the idea of having a back-end independent query
        object (ie SQLQuery).

    Sinisa Milivojevic - For becoming the new offical maintainer.

    D. Hawkins and E. Loic for their autoconf + automake contribution.


See the ChangeLog.md file for further credits and details about the
differences between the many versions of this library.


Please do not email any of these people with general questions about
MySQL++. All of us who are still active in MySQL++ development read the
mailing list, so questions sent there do get to us:

    http://lists.mysql.com/plusplus

The mailing list is superior to private email because the answers are
archived for future questioners to find, and because you are likely to
get answers from more people.







<
<
<
<
<

|
|

|

<
|
|
79
80
81
82
83
84
85





86
87
88
89
90
91

92
93
        queries, and the idea of having a back-end independent query
        object (ie SQLQuery).

    Sinisa Milivojevic - For becoming the new offical maintainer.

    D. Hawkins and E. Loic for their autoconf + automake contribution.






Please do not email any of these people with general questions about
MySQL++. All of us who are still active in MySQL++ development read
the forum, so questions sent there do get to us:

    https://tangentsoft.com/mysqlpp/forum/


Answers there are archived for future questioners to find, and you are
likely to get answers from more people.