-
Has anyone done any work around "insert bulk" commands? The TDS protocol defines certain packets for doing bulk inserts. The advantage of doing bulk inserts is very fast non-logged inserts.
The FreeTDS implementation has implementations of the TDS packets, and the freebcp has been written to use these. See...
2008-12-18 23:43:52 UTC in jTDS - SQL Server and Sybase JDBC driver
-
AWStats sometimes sends an empty charset in the header if it can't determine which pagecode to use.
Here's a patch to default to utf-8:
@@ -549,8 +549,9 @@
#------------------------------------------------------------------------------
sub http_head {
if (! $HeaderHTTPSent) {
- if ($BuildReportFormat eq 'xhtml' || $BuildReportFormat eq 'xml') { print...
2008-05-29 23:50:23 UTC in AWStats
-
I submitted a patch (somewhere) for:
3) An option to automatically logon to the default (or only) URL.
I run with my own compiled build, which mostly just has that feature fixed, and it works good enough.
I uploaded a photo onto Facebook the other week, and it made me want to revisit the applet. Facebook uses a Java applet as well, and it's quite nice. I've tried to Objective-C iPhoto...
2008-05-28 13:14:31 UTC in Gallery
-
I should be able to specify a printer and page size, and have OpenProj remember the settings. Currently, if I change the printer in Print Preview, it doesn't remember the page. I want to be able to print to my A3 printer.
2007-10-28 23:01:58 UTC in OpenProj - Project Management
-
This allows a user to set a 'default' gallery. This is step 1 of 2 for allowing GR to automatically log in.
Next step is to add a option in the prefs to auto login.
This adds a property to each Gallery. Arguably, one property could be set which would point to the default gallery.
2007-10-06 08:27:19 UTC in Gallery
-
In order to remove the 'errors' from the files, I had to uninstall the plugin, delete the files, and restore from CVS. I don't know if there is another way to get Eclipse to rescan.
Also, it seemed as though the parser was rerunning after every keystroke, and queuing each request. I.e., if i typed 50 characters, Eclipse would grind to a halt for about a minute.
2007-09-11 09:57:01 UTC in Eclipse CORBA Plugin
-
It would be useful to be able to specify a list of directories to search for include files. Not all of our IDL files are in the same subdirectory.
Example:
// Global is located somewhere else, and is common to many idl files.
#include "Global.idl"
#include "Other.idl"
interface customer
{
Global::Person person;
}.
2007-09-11 07:02:49 UTC in Eclipse CORBA Plugin
-
.
2007-07-28 04:23:42 UTC in Gallery
-
If the applet does not specify a user agent, a NPE occurs. This patch will check to see if the user agent is available, and if not, let HTTPConnection choose a default.
2007-07-28 03:27:51 UTC in Gallery
-
The GR upload applet expects the user agent to be specified as an applet parameter.
Attached is a patch against the G1 head.
2007-07-28 03:21:00 UTC in Gallery