index
:
sequelpro/.git
master
MySQL/MariaDB database management for macOS
Filipp Lepalaan
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Frameworks
/
MCPKit
/
MCPFoundationKit
/
MCPStreamingResult.m
Commit message (
Expand
)
Author
Age
Files
Lines
*
Improve handling of BIT fields, including:
stuconnolly
2010-07-15
1
-3
/
+32
*
Enable all *reasonable* warnings for all build configurations and fix a few o...
stuconnolly
2010-04-26
1
-1
/
+1
*
- changed the query locking mechanism for MCPConnection to be more thread saf...
jakob
2010-04-16
1
-12
/
+32
*
Minor MCPKit tidy up, including the resolution of potential issues raised dur...
stuconnolly
2010-03-26
1
-2
/
+2
*
- Move streaming query result connection unlocking to the download thread ra...
rowanbeentje
2010-03-18
1
-3
/
+4
*
- Make a number of changes to attempt to improve disconnection/quit crashes:...
rowanbeentje
2010-03-16
1
-1
/
+6
*
Following a manual code review, fix some local variables overriding global va...
rowanbeentje
2010-03-15
1
-1
/
+1
*
- Ensure all results for server variable requests are returned as strings, t...
rowanbeentje
2010-01-03
1
-2
/
+2
*
- Make a change to the area covered by threading locks in MCPStreamingConnec...
rowanbeentje
2009-11-28
1
-4
/
+2
*
- Fix a couple of thread safety issues in TableContent, and attempt to fix a...
rowanbeentje
2009-11-24
1
-4
/
+43
*
- Replace the LIMIT interface on the content view with a pagination control ...
rowanbeentje
2009-11-23
1
-2
/
+2
*
- Keep a buffer of at least one full row between the downloading and process...
rowanbeentje
2009-11-20
1
-3
/
+6
*
- Correctly report errors triggered *during* result download for streaming r...
rowanbeentje
2009-11-16
1
-0
/
+5
*
- Make some thread safety improvements to try to address Issue #460
rowanbeentje
2009-11-16
1
-1
/
+1
*
- Add support for createing fields of type BINARY and VARBINARY in the struct...
stuconnolly
2009-10-21
1
-17
/
+31
*
Make the MCPkit framework truly 64 bit compatible by using the appropriate da...
stuconnolly
2009-08-26
1
-3
/
+3
*
Alter CustomQuery to use StreamingResult to download and process result sets:
rowanbeentje
2009-08-26
1
-2
/
+46
*
- Fix NSLock console lines
rowanbeentje
2009-08-25
1
-2
/
+5
*
• bug fixed for _downloadAllData
Bibiko
2009-08-20
1
-183
/
+177
*
- Change MCPStreamingResult to use a safer streaming mode by default - downl...
rowanbeentje
2009-08-20
1
-120
/
+314
*
- Add a note to warn about use of MCPStreamingResult
rowanbeentje
2009-08-17
1
-0
/
+8
*
Rework SQL export:
rowanbeentje
2009-08-17
1
-0
/
+203