aboutsummaryrefslogtreecommitdiffstats
path: root/Source/TableDump.m
Commit message (Expand)AuthorAgeFilesLines
* - Re-enable the fine-grained query logging preferencesrowanbeentje2009-08-311-1/+22
* Refactor CSV/SQL import structure slightly, and rewrite SQL import:rowanbeentje2009-08-311-298/+413
* Update Localizable.strings by running genstrings and remove use of multiple c...stuconnolly2009-08-281-3/+3
* - Change MCPStreamingResult to use a safer streaming mode by default - downl...rowanbeentje2009-08-201-1/+1
* Issue 351: Export CSV pipebamse162009-08-181-16/+8
* - Fix very end of exported SQL for tabel content with new export coderowanbeentje2009-08-171-1/+1
* - Fix field names in new import following classic last-minute change...rowanbeentje2009-08-171-1/+1
* Rework SQL export:rowanbeentje2009-08-171-12/+30
* Rework data loading in TableContent:rowanbeentje2009-08-111-1/+1
* Source tidy up and missing SVN properties.stuconnolly2009-08-071-15/+16
* Fix sortorder of tables in export multiple tables as CSV/XML accesory viewbamse162009-08-051-3/+15
* Overhaul CSV import functionality:rowanbeentje2009-08-021-116/+244
* The size of the import array only needs to be counted once.stuconnolly2009-07-311-5/+6
* - Fix "endSheet:returnCode: requires a non-nil sheet" log lines during importsrowanbeentje2009-07-281-12/+6
* Improve TablesList significantly:rowanbeentje2009-07-281-6/+3
* - Fix a reproducible crash when exporting tables caused by a string being au...rowanbeentje2009-07-211-3/+5
* Merge framework integration branch back to trunk. Summary of changes:stuconnolly2009-07-211-14/+14
* - Make the DBView window the document window. This allows the document to b...rowanbeentje2009-07-151-5/+5
* - Fix placeholder exports of views containing enums, improving on r959rowanbeentje2009-07-071-1/+7
* - Update the import/export progress sheet title to reflect the current activityrowanbeentje2009-07-061-2/+25
* - Fixes crashes in the CSV Field Mapping sheet caused by multiple threads an...rowanbeentje2009-07-061-5/+7
* - Correctly SQL export views with interdependencies on other views or tables...rowanbeentje2009-06-271-1/+78
* • queryString: code cleaning and processing each encoding equallyBibiko2009-06-191-20/+25
* • added to SPArrayAdditions.h: NSArrayObjectAtIndex() inline functionBibiko2009-06-181-35/+34
* updated dot generator to handle multi-col fk's with a different arrow type an...mtvee2009-06-111-4/+19
* update dot file genertor to use SPTableData instead of a v5 style query for f...mtvee2009-06-101-19/+21
* • reload table list, database pull-down menu according to user's statements...Bibiko2009-06-051-30/+48
* Fixed some memory leaks found using llvm/clang. There are still some to fixbamse162009-06-051-7/+10
* - visual improvements to the graphviz dot file outputmtvee2009-06-051-7/+6
* - added schema export to basic graphviz dot filemtvee2009-06-051-0/+141
* • added support for the “delimiter” commandBibiko2009-06-041-2/+2
* • some minor code cosmeticsBibiko2009-05-191-5/+8
* More header updates for source files, including Subversion Id property.stuconnolly2009-05-191-1/+2
* Issue 233: Option to copy field headings from result panelsbamse162009-05-051-15/+6
* • ADDED createViewSyntaxPrettifier method to a NSString to make the syntax ...Bibiko2009-04-231-1/+1
* - Fixed an issue causing a crash with large SQL imports. NSLog was dumping th...avenjamin2009-04-221-2/+6
* - Update delete table and database warning messages to be more user friendly ...stuconnolly2009-04-171-2/+2
* Fix for issue #173. Change export filename date format to YYYY-MM-DD and remo...stuconnolly2009-04-151-2/+2
* - part 4 of merge from 'avenjamin' branch into trunk.avenjamin2009-04-101-7/+61
* - Second part of r498: ensure that SQL imports are read in as UTF8, and quer...rowanbeentje2009-04-081-5/+25
* - Select 'drop tables' option for MySQL export by default, to improve backup...rowanbeentje2009-04-061-19/+46
* - When exporting to an SQL file, disable foreign key checks, change SQL mode...rowanbeentje2009-03-281-11/+41
* - The status tab now no longer crashes when viewing Views. (Resolves Issue ...rowanbeentje2009-03-281-18/+29
* Fixed bug where exporting current table would use the field terminator, enclo...avenjamin2009-03-271-13/+25
* - fixed issue #203 (backticks in identifiers not supported)jakob2009-03-241-11/+13
* SPSQLParser changes:rowanbeentje2009-03-191-0/+5
* Fixes a division by zero error causing crashes on multi-table CSV and XML exp...rowanbeentje2009-03-051-2/+2
* Alter the open panel to recognise .csv and .sql extensions on selected files ...rowanbeentje2009-03-041-0/+24
* - BLOB and binary fields are now fully visible and editable again (fixes Iss...rowanbeentje2009-03-031-0/+4
* Better error handling of dump reading (checking for NSError object instead of...bamse162009-03-021-4/+18
601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 889 890 891 892 893 894 895 896 897 898 899 900 901 902 903 904 905 906 907 908 909 910 911 912 913 914 915 916 917 918 919 920 921 922 923 924 925 926 927 928 929 930 931 932 933 934 935 936 937 938 939 940 941 942 943 944 945 946 947 948 949 950 951 952 953 954 955 956 957 958 959 960 961 962 963 964 965